Compare commits

...

1 commit

Author SHA1 Message Date
af45913822
[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
2025-04-06 20:45:28 +02:00

View file

@ -38,7 +38,12 @@ services:
- dockerd --tls=false --host=tcp://0.0.0.0:2376
privileged: true
when:
- event: [push, cron]
- event: [push, cron]
branch: main
when:
- event: [push, cron]
branch: main
depends_on:
- 0-pre