Skip to content

Commit 4d2916f

Browse files
committed
Fix build.yml
1 parent d357a6c commit 4d2916f

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
@@ -17,7 +17,7 @@ name: Build
1717
on:
1818
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests)
1919
push:
20-
branches: [main]
20+
branches: [master]
2121
# Trigger the workflow on any pull request
2222
pull_request:
2323

0 commit comments

Comments
 (0)