Skip to content

Commit

Permalink
Runs node.js package action only on release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
eabili0 authored Jun 16, 2020
1 parent 574b85a commit fffa8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js Package

on:
release:
types: [published, created, edited]
types: [created]

jobs:
build:
Expand Down

0 comments on commit fffa8d1

Please sign in to comment.