.woodpecker/.build.yaml: add cron job trigger
This commit is contained in:
parent
0421492b2e
commit
f43aee1a17
1 changed files with 3 additions and 1 deletions
|
@ -17,7 +17,9 @@ steps:
|
|||
- ${CI_PIPELINE_NUMBER}
|
||||
when:
|
||||
- branch: main
|
||||
event: push
|
||||
event:
|
||||
- cron
|
||||
- push
|
||||
|
||||
- name: build (experimental)
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
|
|
Loading…
Reference in a new issue