From b65f049123e3fe01418025076ee58d7d00a6a73d Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Sat, 7 Oct 2023 23:22:32 +0200 Subject: [PATCH] Only run the CI when the pipeline/Dockerfile changes --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 25b9273..353fae0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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']