Skip to content

Commit 0e29f8e

Browse files
committed
Remove unsupported tag property and add manual workflow_dispatch trigger
1 parent 39f408b commit 0e29f8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: Build release
22

33
on:
44
release:
5-
tags:
6-
- 'v*'
75
types:
86
- created
7+
workflow_dispatch:
98

109
jobs:
1110
build-release:

0 commit comments

Comments
 (0)