We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5164cb6 commit 44845b8Copy full SHA for 44845b8
1 file changed
.github/workflows/release.yml
@@ -3,6 +3,7 @@ name: Release
3
on:
4
release:
5
types: [published] # Triggers when a release is published
6
+ workflow_dispatch: # Allows manual run from GitHub UI
7
8
jobs:
9
build_release:
0 commit comments