ci: allow manual workflow_dispatch for release
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:
X9 Dev 2026-05-29 17:16:57 +02:00
parent 133fc1e408
commit cdad15a88c

View file

@ -1,6 +1,7 @@
name: release name: release
on: on:
workflow_dispatch: {}
push: push:
branches: [main] branches: [main]
paths: paths: