Skip to content

Commit a010eee

Browse files
committed
Build on master branch
1 parent 82cddd2 commit a010eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name: Build
1616
on:
1717
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests)
1818
push:
19-
branches: [ main ]
19+
branches: [ master ]
2020
# Trigger the workflow on any pull request
2121
pull_request:
2222

0 commit comments

Comments
 (0)