diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ef2e688..37244295 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,6 +5,8 @@ on: branches: ['master'] pull_request: branches: ['*'] + schedule: + - cron: '40 7 * * 0' jobs: build: