[CI] Changed 10-build-main to build only on main
This commit is contained in:
parent
d1295c10bc
commit
af45913822
1 changed files with 6 additions and 1 deletions
|
@ -38,7 +38,12 @@ services:
|
||||||
- dockerd --tls=false --host=tcp://0.0.0.0:2376
|
- dockerd --tls=false --host=tcp://0.0.0.0:2376
|
||||||
privileged: true
|
privileged: true
|
||||||
when:
|
when:
|
||||||
- event: [push, cron]
|
- event: [push, cron]
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
when:
|
||||||
|
- event: [push, cron]
|
||||||
|
branch: main
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- 0-pre
|
- 0-pre
|
Loading…
Add table
Reference in a new issue