diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c027c1cf..e33d64b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: pull_request: types: [synchronize, opened, reopened] push: + branches: [main] schedule: # additionally run once per week (At 00:00 on Sunday) to maintain cache - cron: '0 0 * * 0'