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

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]