.woodpecker.yaml Add When Dockerfile change
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Only Run pipeline when Dockerfile changes.
Issue: #10
This commit is contained in:
Sebastian Leheis 2025-03-31 21:55:36 +02:00
parent 0abbc741c9
commit 743828146e

View file

@ -33,4 +33,8 @@ steps:
branch:
exclude: main
when:
event: push
- event: push
- path:
include: ['Dockerfile']
ignore_message: '[ALL]'
on_empty: true