Skip to content

Commit 558546f

Browse files
committed
chore: change to tag-based trigger
1 parent eaf25ea commit 558546f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

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

33
on:
44
push:
5-
branches:
6-
- main
5+
tags:
6+
- "v*"
77

88
jobs:
99
publish:

0 commit comments

Comments
 (0)