Skip to content

Commit 21dca22

Browse files
committed
add debug branch name in github workflow
1 parent 519fd53 commit 21dca22

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ name: Publish packages
55

66
on:
77
push:
8-
branches: [master]
8+
branches:
9+
- master
10+
- debug-npm-auth
911

1012
workflow_dispatch:
1113

0 commit comments

Comments
 (0)