We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5366689 commit f86e96eCopy full SHA for f86e96e
.github/workflows/build.yml
@@ -16,7 +16,7 @@ name: Build
16
on:
17
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)
18
push:
19
- branches: [ main ]
+ branches: [ master ]
20
# Trigger the workflow on any pull request
21
pull_request:
22
0 commit comments