diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 55164fcd..cb038a11 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -5,11 +5,13 @@ name: Tests on: push: - branches: [master] + branches: + - master pull_request: - branches: ['*'] + branches: + - master schedule: - - cron: "0 5 * * TUE" + - cron: "0 5 * * *" # Cancel any in-progress runs when a new run is triggered concurrency: