ci: allow manual workflow_dispatch for release
Some checks failed
release / build-and-release (push) Failing after 34s
Some checks failed
release / build-and-release (push) Failing after 34s
Lets the release workflow be re-run on demand (e.g. after rotating the Trusted Signing secret) in addition to push-triggered builds. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
133fc1e408
commit
cdad15a88c
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
name: release
|
||||
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Reference in a new issue