diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f7e774..5dd132e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,9 @@ on: branches: [main] pull_request: branches: [main] + schedule: + # Run the workflow every Monday at 00:00 (UTC) + - cron: '0 0 * * 1' # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: