Skip to content

Commit

Permalink
switch back to only releasing when a release is created
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmarinacci committed Oct 18, 2023
1 parent 4339f86 commit 9068011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: Node.js Package
#on: [push]

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

jobs:
build:
Expand Down

0 comments on commit 9068011

Please sign in to comment.