fix: add workflow_dispatch to publish.yaml

This commit is contained in:
Joe Previte 2021-03-25 17:33:18 -07:00
parent ac9f708c59
commit 9cb5dce582
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
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]