diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 91a2908..39dbae4 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -1,5 +1,9 @@ when: branch: master + event: [push, tag, deployment, cron, manual] + cron: nightly + path: + include: [ '.woodpecker/build.yml', 'build/*', 'Dockerfile' ] pipeline: check_base: @@ -23,8 +27,3 @@ pipeline: context: ./build repo: vistanarvas/${CI_REPO_NAME} auto_tag: true - when: - path: - include: [ '.woodpecker/build.yml', 'build/*', 'Dockerfile' ] - cron: nightly - event: [push, tag, deployment, cron, manual]