Skip to content

Commit 3274d11

Browse files
committed
Run PR workflow on merge to main
Since we don't require branches to be up to date before merge, it would be a good idea to run CI on `main` after a merge. (Issue noted by @cpcloud)
1 parent 96e10e6 commit 3274d11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- "pull-request/[0-9]+"
10+
- "main"
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}

0 commit comments

Comments
 (0)