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
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ name: Release
on:
push:
branches: [main]
# Manual escape hatch. If a merge commit accidentally carries a
# skip-CI marker (or anything else suppresses the auto-trigger),
# we can rerun the release flow against the current main without
# needing an empty no-op commit. Bumps, tags, and dispatches Pages
# exactly the same as a normal push trigger.
workflow_dispatch:

# Pushes back to main need write access to the repo's contents. The
# `actions: write` scope lets the final step kick off the Pages
Expand Down
Loading