mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
fix: add workflow_dispatch to publish.yaml
This commit is contained in:
parent
ac9f708c59
commit
9cb5dce582
1 changed files with 4 additions and 0 deletions
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
|
|
@ -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 a new issue