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
|
name: Publish to NPM
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-npm:
|
publish-npm:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue