Skip to content

Commit 65143d2

Browse files
committed
chore: Debug CI
1 parent 98523e1 commit 65143d2

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
@@ -3,8 +3,10 @@ name: Publish NPM Package
33

44
on:
55
push:
6-
tags:
7-
- 'v*'
6+
branches:
7+
- '*'
8+
# tags:
9+
# - 'v*'
810

911
# permissions:
1012
# id-token: write # Required for OIDC

0 commit comments

Comments
 (0)