diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 292cc633..6680d82c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: Continuous Integration -on: [pull_request, workflow_dispatch] +on: + pull_request: + workflow_dispatch: + schedule: + - cron: '5 7 15 * *' jobs: test: