Merge pull request #2974 from cdr/jsjoeio/update-publish-workflow

fix: add workflow_dispatch to publish.yaml
This commit is contained in:
Joe Previte 2021-03-25 17:45:47 -07:00 committed by GitHub
commit f55f79f639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
name: publish
on:
# Shows the manual trigger in GitHub UI
# helpful as a back-up in case the GitHub Actions Workflow fails
workflow_dispatch:
release:
types: [published]