fix: add workflow_dispatch to publish.yaml
This commit is contained in:
parent
ac9f708c59
commit
9cb5dce582
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in New Issue