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
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
pull_request:
branches:
- release
# Manual trigger. A run can be created with zero jobs attached, in which case
# it sits in `queued` forever and `gh run rerun` cannot recover it: rerun
# replays the same empty run object. Only a new run object recovers, and
# without this a throwaway commit is the only way to make one.
workflow_dispatch:

permissions:
contents: write
Expand Down