Skip to content

Commit 1fd0190

Browse files
committed
chore(ci): auto trigger release action on tag push
1 parent 47e7f37 commit 1fd0190

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Generate release zips
22

33
on:
44
workflow_dispatch:
5+
push:
6+
tags:
7+
- v*
58
# push:
69
# branches: [ main ]
710
# paths-ignore:

0 commit comments

Comments
 (0)