Commit 19598f3a6a3 for php.net
commit 19598f3a6a3dcb5747ca40324d4ca6730eb49a88
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Tue Apr 21 14:45:28 2026 +0200
[skip ci] Sort paths-ignore and remove cirrus
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1c2943c5502..eafedec5eaf 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,18 +2,17 @@ name: Test
on:
push:
paths-ignore: &ignore_paths
+ - .circleci/**
+ - .github/CODEOWNERS
+ - .github/ISSUE_TEMPLATE/**
+ - '**/*.md'
+ - '**/*.rst'
- docs/**
- EXTENSIONS
- LICENSE
- NEWS
- UPGRADING
- UPGRADING.INTERNALS
- - '**/*.md'
- - '**/*.rst'
- - .github/CODEOWNERS
- - .github/ISSUE_TEMPLATE/**
- - .cirrus.yml
- - .circleci/**
branches:
- PHP-8.2
- PHP-8.3