Update '.woodpecker/build-dev.yml'

This commit is contained in:
2023-03-18 01:55:20 +01:00
parent 06e0833b75
commit 700629a8f9

View File

@@ -1,5 +1,8 @@
when: when:
branch: dev branch: dev
event: [push, manual]
path:
include: [ '.woodpecker/build-dev.yaml', 'build/*', 'Dockerfile' ]
pipeline: pipeline:
build_and_publish: build_and_publish:
@@ -11,7 +14,3 @@ pipeline:
context: ./build context: ./build
repo: vistanarvas/${CI_REPO_NAME} repo: vistanarvas/${CI_REPO_NAME}
tag: dev tag: dev
when:
path:
include: [ '.woodpecker/build-dev.yaml', 'build/*', 'Dockerfile' ]
event: [push, manual]