Only run the CI when the pipeline/Dockerfile changes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
PapaTutuWawa 2023-10-07 23:22:32 +02:00
parent 460adbc169
commit b65f049123

View File

@ -22,3 +22,6 @@ steps:
secrets: [ repository_username, repository_password ]
when:
event: [push]
path:
# Only run the CI when the pipeline or the Dockerfile changes
include: ['.woodpecker.yml', 'Dockerfile']