Skip to content

Commit 3d11995

Browse files
committed
Update the publish workflow to also run on any tag push
1 parent 4842dac commit 3d11995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: publish
33
on:
44
push:
55
tags:
6-
- v*
6+
- "*"
77
branches:
88
- 'master'
99
paths:

0 commit comments

Comments
 (0)