Only run the CI when the pipeline/Dockerfile changes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
460adbc169
commit
b65f049123
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user