diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9bbae4..9f9d938 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,13 @@ name: Run tests -on: [push, pull_request] +on: + push: + pull_request: + # Run weekly on Monday at 1:23 UTC + schedule: + - cron: '23 1 * * 1' + workflow_dispatch: + jobs: test: