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 82cddd2 commit a010eeeCopy full SHA for a010eee
.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