From 84f948c06d8a8ae5890560e6e496327625baadcd Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Sun, 22 Jun 2025 16:26:20 +1200 Subject: [PATCH] refactor(ci): update filtering criteria in CI pipeline for improved relevance --- .github/workflows/ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 80863d0..5481f79 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -22,7 +22,7 @@ jobs: id: filter with: filters: | - changes: + relevant: - '!*.md' - '!.gitignore' - '!.gitattributes'