Skip to content

Commit a96a7a0

Browse files
committed
Fix branches warning
1 parent 54f26ed commit a96a7a0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ name: "CI: Coverage"
66

77
on:
88
# TODO: Remove this -- this just makes it possible to test during review
9-
pull_request:
9+
push:
1010
branches:
11-
- main
11+
- "main"
12+
- "pull_request/[0-9]+"
1213
# TODO
1314
schedule:
1415
- cron: '0 0 * * *' # This runs the workflow every day at 12:00 AM UTC

0 commit comments

Comments
 (0)