.woodpecker.yaml Add When Dockerfile change
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Only Run pipeline when Dockerfile changes. Issue: #10
This commit is contained in:
parent
0abbc741c9
commit
743828146e
1 changed files with 5 additions and 1 deletions
|
@ -33,4 +33,8 @@ steps:
|
||||||
branch:
|
branch:
|
||||||
exclude: main
|
exclude: main
|
||||||
when:
|
when:
|
||||||
event: push
|
- event: push
|
||||||
|
- path:
|
||||||
|
include: ['Dockerfile']
|
||||||
|
ignore_message: '[ALL]'
|
||||||
|
on_empty: true
|
Loading…
Add table
Reference in a new issue