[CI] Changed 10-build-main to build only on main
All checks were successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/pr/0-pre Pipeline was successful

This commit is contained in:
Phil 2025-04-06 20:45:28 +02:00
parent d1295c10bc
commit af45913822
Signed by: Phil
GPG key ID: 350C8B7C4EF5DED4

View file

@ -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