Skip to content

Commit

Permalink
Update build yml to use 'master' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
guymahieu authored Sep 10, 2024
1 parent da03c41 commit b28bb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: Build
on:
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)
push:
branches: [ main ]
branches: [ master ]
# Trigger the workflow on any pull request
pull_request:

Expand Down

0 comments on commit b28bb45

Please sign in to comment.