diff options
author | Jakob Unterwurzacher | 2024-12-05 21:16:33 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2024-12-05 21:19:17 +0100 |
commit | 0192dcad72cfb7bc3edc2ea107e31f7191f62ff0 (patch) | |
tree | cb5fb1fff79b534125da24748a46616992a176fd | |
parent | 9529f5da0f608c7dbc7b7be095d89039d6a3a5b6 (diff) |
https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cf2d7d..abda518 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: CI on: push: pull_request: + workflow_dispatch: schedule: - cron: '0 12 * * *' # Every day noon UTC |