Update '.woodpecker/build.yml'
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-03-16 13:15:50 +01:00
parent 05c1afb8e5
commit 81a41040bb

View File

@@ -21,7 +21,8 @@ pipeline:
repo: vistanarvas/${CI_REPO_NAME}
auto_tag: true
when:
branch: master
path:
include: [ '.woodpecker/build.yml', 'build/*' ]
include: [ '.woodpecker/build.yml', 'build/*', 'Dockerfile' ]
cron: nightly
event: [push, tag, deployment, cron, manual]