We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f72a10 commit 4ae12afCopy full SHA for 4ae12af
.github/workflows/build.yml
@@ -14,9 +14,9 @@
14
15
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)
+ # Trigger the workflow on pushes to only the 'master' 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