mirror of
https://github.com/coder/code-server.git
synced 2026-02-05 05:56:44 -06:00
refactor(ci): only run release workflows on released event (#4288)
This commit is contained in:
parent
976891a2e2
commit
743bab09cd
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@ -6,7 +6,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
release:
|
||||
types: [published]
|
||||
types: [released]
|
||||
|
||||
jobs:
|
||||
docker-images:
|
||||
|
||||
2
.github/workflows/npm-brew.yaml
vendored
2
.github/workflows/npm-brew.yaml
vendored
@ -6,7 +6,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
release:
|
||||
types: [published]
|
||||
types: [released]
|
||||
|
||||
jobs:
|
||||
# NOTE: this job requires curl, jq and yarn
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user