Skip to content

Commit

Permalink
limit push CI to main branches
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Feb 22, 2022
1 parent c495132 commit 3827403
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
on:
push:
branches:
- main
- master
- staging
- trying
pull_request:
schedule: [cron: "45 6 * * *"]

Expand Down

0 comments on commit 3827403

Please sign in to comment.