diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 434bc4f05..20131c136 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,6 +1,13 @@ name: Run Checks -on: [push] +on: + push: + branches: ["**"] + pull_request: + # The branches below must be a subset of the branches above + branches: [main] + schedule: + - cron: '0 23 * * 2' jobs: test: