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