Skip to content

Commit 25a115c

Browse files
committed
Allowing the manual triggering of the workflow
1 parent 085b30c commit 25a115c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
push:
1818
tags:
1919
- "[0-9]+.[0-9]+.[0-9]+"
20+
workflow_dispatch: # Allowing manual triggering of the workflow
2021

2122
env:
2223
PACKAGE_NAME: "spicelib"

0 commit comments

Comments
 (0)