diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index fbb0d78..9efa99e 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -7,6 +7,9 @@ on: tags: - "v**" pull_request: + schedule: + # Runs at 6:10am UTC on Monday + - cron: '10 6 * * 1' workflow_dispatch: concurrency: