Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulvadodariya2012 authored May 10, 2024
1 parent 4710c0d commit aaaba2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Node.js Package

on:
push:
branches: [master]
release:
types: [created]

Expand All @@ -16,7 +18,6 @@ jobs:
with:
node-version: 16
- run: npm install
- run: npm test

publish-npm:
needs: build
Expand Down

0 comments on commit aaaba2a

Please sign in to comment.