Skip to content

Commit 1df0aa5

Browse files
committed
[fix] Fixed publish action trigger
1 parent f3856cd commit 1df0aa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: publish
22

33
on:
44
push:
5+
branches:
6+
- "!*"
57
tags:
6-
- '*'
8+
- "v*"
79

810
jobs:
911
publish:

0 commit comments

Comments
 (0)