Skip to content

Commit 63793a1

Browse files
committed
chore: update the npm publish workflow
1 parent b9b9226 commit 63793a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/npm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Publishing to NPM
2-
on:
3-
push:
4-
branches:
5-
- master
2+
3+
on: push
4+
65
jobs:
76
publish:
87
runs-on: ubuntu-latest
@@ -12,6 +11,7 @@ jobs:
1211
with:
1312
node-version: 12
1413
- run: npm install
14+
- run: npm test
1515
- id: publish
1616
uses: JS-DevTools/npm-publish@v1
1717
with:

0 commit comments

Comments
 (0)