Skip to content

Commit 7b5e71a

Browse files
authored
chore(): Action on PR
1 parent e1a144d commit 7b5e71a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- "**"
77
paths-ignore:
88
- "**/*.md"
9+
pull_request:
10+
branches:
11+
- "**"
912
release:
1013
types:
1114
- published
@@ -173,4 +176,4 @@ jobs:
173176
chmod +x publish.sh
174177
./publish.sh
175178
env:
176-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
179+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)