Skip to content

Commit bd23d80

Browse files
Change publish trigger
1 parent 4a86d5e commit bd23d80

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Publish
2+
23
on:
3-
release:
4-
types: [ released, prereleased ]
4+
push:
5+
tags:
6+
- 'v*'
57

68
jobs:
79
publish:

0 commit comments

Comments
 (0)