mirror of https://git.tuxpa.in/a/code-server.git
Merge pull request #2974 from cdr/jsjoeio/update-publish-workflow
fix: add workflow_dispatch to publish.yaml
This commit is contained in:
commit
f55f79f639
|
@ -1,6 +1,10 @@
|
||||||
name: publish
|
name: publish
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
# Shows the manual trigger in GitHub UI
|
||||||
|
# helpful as a back-up in case the GitHub Actions Workflow fails
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue