Skip to content

Commit 128d3dd

Browse files
committed
Add workflow_dispatch to release ci
1 parent cbacd6b commit 128d3dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
name: Release
44

55
on:
6+
workflow_dispatch:
67
push:
78
tags:
89
- 'v*' # Run workflow on version tags, e.g. v1.0.0.

0 commit comments

Comments
 (0)