Skip to content

Commit

Permalink
Update workflow trigger rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed Jun 30, 2024
1 parent f968684 commit 33fa9d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: packaging
on:
# Make sure packaging process is not broken
push:
branches: [main, dev]
branches: [master]
pull_request:
# Make a package for release
release:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/tox_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ name: tox checks
on:
push:
branches:
- main
- dev
- master
pull_request:
branches:
- main
- dev
- master
workflow_dispatch:
schedule:
- cron: "0 5 * * 6" # 5:00 UTC every Saturday
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/tox_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: tox pytests
on:
push:
branches:
- main
- dev
- master
pull_request:
branches:
- main
- dev
- master
workflow_dispatch:
schedule:
- cron: "0 5 * * 6" # 5:00 UTC every Saturday
Expand Down

0 comments on commit 33fa9d0

Please sign in to comment.