Skip to content

Commit 1e25b44

Browse files
committed
add workflow_dispatch to release action
1 parent 0815bb4 commit 1e25b44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- '*'
77

8+
# Allows manual triggering of the workflow
9+
workflow_dispatch:
10+
811
permissions:
912
contents: write
1013

0 commit comments

Comments
 (0)