From bb46ac146960b5cb1d8ff950a1bf81b3df9704d6 Mon Sep 17 00:00:00 2001 From: PedroS42 Date: Sun, 26 Apr 2026 13:05:26 +0100 Subject: [PATCH] Update pipeline validator to trigger on specific workflow file changes --- .github/workflows/pipeline_validator.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline_validator.yml b/.github/workflows/pipeline_validator.yml index ebb1f3b..df600e9 100644 --- a/.github/workflows/pipeline_validator.yml +++ b/.github/workflows/pipeline_validator.yml @@ -1,7 +1,10 @@ name: Central Pipeline Validator on: - pull_request: - branches: ["main"] + pull_request: + branches: ["main"] + paths: + - '.github/workflows/**.yml' + - '.github/workflows/**.yaml' permissions: contents: write