Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
push:
branches:
- main
# Manual escape hatch: a merge to `main` does not ALWAYS create the push
# event (observed 2026-07-19 across several repos - merge landed, zero runs).
# Without this, a release that misses its push event cannot be cut at all.
workflow_dispatch:

jobs:
test-cli:
Expand Down
Loading