Skip to content

Commit 222ac45

Browse files
committed
update
1 parent edfbc7a commit 222ac45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Publish Release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Publish Release
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [ main ]
6+
tags:
7+
- 'v*'
78
paths-ignore:
89
- '.github/workflows/*'
910

0 commit comments

Comments
 (0)