Skip to content

Commit

Permalink
Added "On Push"
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits authored Feb 26, 2024
1 parent 31bcfd4 commit 1a9d456
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

name: Node.js Package

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

jobs:
build:
Expand All @@ -15,6 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm version patch
- run: npm ci
- run: npm test

Expand Down

0 comments on commit 1a9d456

Please sign in to comment.