add workflow_dispatch, created -> published
This commit is contained in:
parent
a100c94ece
commit
096e0e48cf
1 changed files with 2 additions and 1 deletions
3
.github/workflows/npm-publish.yml
vendored
3
.github/workflows/npm-publish.yml
vendored
|
|
@ -4,8 +4,9 @@
|
|||
name: Publish to NPM
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [created]
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
publish-npm:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue