add workflow_dispatch, created -> published

This commit is contained in:
Jordan Scales 2022-05-22 09:39:35 -04:00 committed by GitHub
parent a100c94ece
commit 096e0e48cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,8 +4,9 @@
name: Publish to NPM
on:
workflow_dispatch:
release:
types: [created]
types: [published]
jobs:
publish-npm: