mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 00:02:11 +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"]
|
branches: ["main"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
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:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user