Skip to content

Commit 4ae12af

Browse files
committed
Adjust branch name
1 parent 6f72a10 commit 4ae12af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414

1515
name: Build
1616
on:
17-
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g., for dependabot pull requests)
17+
# Trigger the workflow on pushes to only the 'master' 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)