Skip to content

Commit

Permalink
[ci] run publishing workflow only on published event
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde authored Jan 4, 2020
1 parent fce9dc8 commit 6954056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publishing on NPM

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

jobs:
test:
Expand Down

0 comments on commit 6954056

Please sign in to comment.