mirror of
https://github.com/coder/code-server.git
synced 2026-01-09 07:44:14 +08:00
fix: add workflow_dispatch to publish.yaml
This commit is contained in:
parent
ac9f708c59
commit
9cb5dce582
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…
x
Reference in New Issue
Block a user