mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 15:52:10 +00:00
ci: allow manual runs via workflow_dispatch
Lets CI be triggered on demand from the Actions tab or `gh workflow run`, instead of pushing a commit just to exercise the pipeline. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -5,6 +5,9 @@ on:
|
||||
branches: ["main"]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
# Manual trigger: run CI on demand from the Actions tab (or `gh workflow run
|
||||
# ci.yml --ref <branch>`) without pushing a commit just to see it go green.
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user