Skip to content

Commit 231a05b

Browse files
committed
chore: Update publish trigger
1 parent 10b2ee7 commit 231a05b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Publish
22

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
tags:
6+
- v*
67

78
jobs:
89
main:

0 commit comments

Comments
 (0)