Skip to content

Commit 7e86654

Browse files
authored
add workflow_dispatch trigger
1 parent 02cb945 commit 7e86654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/GenerateRelease.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Generate Release
44
on:
55
push:
66
tags: [ '*.*.*' ]
7+
workflow_dispatch:
78

89
# Configuration Type
910
env:

0 commit comments

Comments
 (0)