mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
某些分支不开启docker ci (#2722)
为了加快编译速度,只开启master、feature、release分支的docker ci
This commit is contained in:
parent
63a50104fa
commit
bd7982ecc1
13
.github/workflows/docker.yml
vendored
13
.github/workflows/docker.yml
vendored
@ -1,6 +1,17 @@
|
|||||||
name: Docker
|
name: Docker
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
- "feature/*"
|
||||||
|
- "release/*"
|
||||||
|
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "master"
|
||||||
|
- "feature/*"
|
||||||
|
- "release/*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# Use docker.io for Docker Hub if empty
|
# Use docker.io for Docker Hub if empty
|
||||||
|
Loading…
Reference in New Issue
Block a user