Skip to content

Commit

Permalink
restrict tests only to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Mar 20, 2024
1 parent 9d00637 commit ade9e96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_all_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Run all tests
on:
pull_request:
types: [synchronize, opened, reopened]
branches:
- main
schedule:
- cron: '0 5 * * 0' # once every Sunday at midnight ET
workflow_dispatch:
Expand Down

0 comments on commit ade9e96

Please sign in to comment.