From 6103f7b1a74e6968c97c337b6f78cd83a32df7e5 Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Sun, 22 Jun 2025 16:39:14 +1200 Subject: [PATCH] refactor(ci): update output variable in CI pipeline for clarity and consistency --- .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 f8b31c1..239cb22 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -21,9 +21,9 @@ jobs: uses: dorny/paths-filter@v3 id: filter with: - base: ${{ github.base_ref }} filters: | relevant: + - '**' - '!*.md' - '!.gitignore' - '!.gitattributes'