Skip to content

Commit 941387a

Browse files
committed
ci: run on push for _dev branches
This is a compromise between running on all pushes vs only running for main/PRs that still allows easy on-demand CI runs while developing.
1 parent 8b45862 commit 941387a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- "*_dev"
78
pull_request: {}
89
schedule:
910
- cron: "33 4 * * 5"

0 commit comments

Comments
 (0)