diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index c8d1aa8..fbc6d9a 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -9,6 +9,9 @@ on: pull_request: branches: - main + schedule: + # Runs at 6:10am UTC on Monday + - cron: '10 6 * * 1' workflow_dispatch: jobs: