Commit 8b6b4a6f4b6 for php.net

commit 8b6b4a6f4b6b2bb48a5643c947c0043abfd38860
Author: lamentxu <1372449351@qq.com>
Date:   Mon Apr 20 09:38:28 2026 +0800

    [skip ci] Tweak paths-ignore

    Closes GH-21813

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 69ba4c0e486..1c2943c5502 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,12 +3,15 @@ on:
   push:
     paths-ignore: &ignore_paths
       - docs/**
+      - EXTENSIONS
+      - LICENSE
       - NEWS
       - UPGRADING
       - UPGRADING.INTERNALS
-      - '**/README.*'
-      - CONTRIBUTING.md
-      - CODING_STANDARDS.md
+      - '**/*.md'
+      - '**/*.rst'
+      - .github/CODEOWNERS
+      - .github/ISSUE_TEMPLATE/**
       - .cirrus.yml
       - .circleci/**
     branches: