Skip to content

Commit 1407c07

Browse files
committed
ci: Change release trigger to workflow_dispatch
Signed-off-by: Eden Reich <[email protected]>
1 parent 41a444e commit 1407c07

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Release
22

33
on:
4-
push:
5-
tags:
6-
- 'v*.*.*'
4+
workflow_dispatch:
75

86
jobs:
97
github_release:

0 commit comments

Comments
 (0)