Skip to content

Commit 2a603a4

Browse files
authored
ci: add workflow_dispatch to release.yml (manual escape hatch) (#915)
* ci: add workflow_dispatch to release.yml (manual escape hatch) * ci: add workflow_dispatch to release.yml (manual escape hatch)
1 parent 3620f91 commit 2a603a4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
push:
1313
branches:
1414
- main
15+
# Manual escape hatch: a merge to `main` does not ALWAYS create the push
16+
# event (observed 2026-07-19 across several repos - merge landed, zero runs).
17+
# Without this, a release that misses its push event cannot be cut at all.
18+
workflow_dispatch:
1519

1620
jobs:
1721
test-cli:

0 commit comments

Comments
 (0)