From cc168bbc7fffa1ece6b4461e806af316a55e7774 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Tue, 3 Feb 2026 10:55:50 -0700 Subject: [PATCH] added limiters to when we run the pipeline --- .woodpecker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1a9d156..c749190 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,9 @@ when: - event: push branch: main + path: + include: ['markdown/*', 'src/*'] + ignore_message: '[ALL]' steps: - name: build-image