.woodpecker/.build.yaml: add cron job trigger
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/cron/build Pipeline was successful

This commit is contained in:
Tom Neuber 2024-11-25 06:33:18 +01:00
parent 0421492b2e
commit f43aee1a17
Signed by: tom
GPG key ID: F17EFE4272D89FF6

View file

@ -17,7 +17,9 @@ steps:
- ${CI_PIPELINE_NUMBER}
when:
- branch: main
event: push
event:
- cron
- push
- name: build (experimental)
image: woodpeckerci/plugin-docker-buildx