Skip to content

Commit

Permalink
ci: run on push for _dev branches
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
cpu committed Jul 9, 2024
1 parent 8b45862 commit 941387a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- "*_dev"
pull_request: {}
schedule:
- cron: "33 4 * * 5"
Expand Down

0 comments on commit 941387a

Please sign in to comment.