diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8678b94..e305e3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,10 @@ on: tags: [ "*" ] pull_request: branches: [ master ] + workflow_dispatch: + inputs: + schedule: + - cron: '0 7 * * 0' jobs: build: