Skip to content

Commit

Permalink
GitHub Action branch build improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 26, 2023
1 parent b150dc9 commit 98355ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ run-name: "Build ${{ github.ref_name }}"

on:
push:
branches:
- "**"
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
schedule:
Expand Down

0 comments on commit 98355ff

Please sign in to comment.