diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c80f76d..81ecc14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,10 @@ on: pull_request: branches: - main + workflow_dispatch: + schedule: + # First day of a month + - cron: '0 0 1 * *' jobs: build: