Skip to content

Commit

Permalink
update ci.yml to run on changes to master rather than main
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrickTench authored and TeamSPoon committed Dec 8, 2024
1 parent dc65f83 commit 6b85076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ on:
- cron: 17 0 * * * # nightly run; 17th minute to decrease odds of delayed or dropped job
push:
branches:
- main
- master
pull_request_target:
branches:
- main
- master

permissions:
contents: write
Expand Down

0 comments on commit 6b85076

Please sign in to comment.