Skip to content

Commit 19275b1

Browse files
committed
ci: run after new tags pushed
1 parent e51146c commit 19275b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

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

33
on:
44
push:
5-
branches:
6-
- master
5+
tags:
6+
- '*'
77

88
jobs:
99
cache-and-install:

0 commit comments

Comments
 (0)