Skip to content

Commit 551b3f7

Browse files
committed
run workflow on branch
1 parent aa4b2b1 commit 551b3f7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish-authkit.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Publish AuthKit Package to NPM
33
on:
44
release:
55
types: [created]
6+
push:
7+
branches:
8+
- npm-publish-fixes
69

710
jobs:
811
build:
@@ -23,4 +26,4 @@ jobs:
2326
- name: Publish
2427
run: npm publish --access public
2528
env:
26-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
29+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)