We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
workflow_dispatch
1 parent 02cb945 commit 7e86654Copy full SHA for 7e86654
.github/workflows/GenerateRelease.yaml
@@ -4,6 +4,7 @@ name: Generate Release
4
on:
5
push:
6
tags: [ '*.*.*' ]
7
+ workflow_dispatch:
8
9
# Configuration Type
10
env:
0 commit comments