Update '.woodpecker/build.yml'

[SKIP CI]
This commit is contained in:
2023-03-18 01:54:50 +01:00
parent a478e58aa9
commit 06e0833b75

View File

@@ -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]