diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9597434..94983fa6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,10 @@ name: Continuous Integration -on: [pull_request, workflow_dispatch] + +on: + pull_request: + workflow_dispatch: + schedule: + - cron: '5 8 15 * *' jobs: test: