allow manually triggering a release workflow run

This commit is contained in:
Philipp Crocoll
2025-07-15 08:30:17 +02:00
parent 21f1c8404c
commit d6ce2a32e9

View File

@@ -6,6 +6,7 @@ on:
push:
tags:
- "v1.*"
workflow_dispatch: # Allows manual triggering of the workflow
jobs:
build-release: