diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d30caf4..20f2762 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,11 @@ name: CI on: schedule: - - cron: '0 5 * * *' + - cron: '0 5 * * *' pull_request: paths-ignore: - - '*.md' + - '*.md' + workflow_dispatch: jobs: test: