Skip to content

Commit 794c4d8

Browse files
committed
Fix target branch in workflow trigger (master -> main)
1 parent bec9ca0 commit 794c4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- ready_for_review
1111
- reopened
1212
branches:
13-
- master
13+
- main
1414

1515
# Use the head ref for workflow concurrency, with cancellation
1616
# This should mean that any previous workflows for a PR get cancelled when a new commit is pushed

0 commit comments

Comments
 (0)