From 09d86cb0eff50b39cff8223d4ac56a95792faaef Mon Sep 17 00:00:00 2001 From: Paul Kevan Date: Wed, 22 May 2024 16:32:05 +0100 Subject: [PATCH] Revert "." This reverts commit 9aaac4a789f9ec39b228883ef1a2a1c46d1918fb. --- .github/workflows/ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 232885d..0983482 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,16 @@ name: CI on: pull_request: + paths: + - "**.php" + - "phpcs.xml" + - ".github/workflows/phpcs.yml" push: branches: [production] + paths: + - "**.php" + - "phpcs.xml" + - ".github/workflows/phpcs.yml" jobs: phpcs: @@ -52,7 +60,7 @@ jobs: with: files: "**.php" phpcs_path: php phpcs.phar - standard: phpcs.xml.dist + standard: phpcs.xml phpunit: name: PHP Unit Tests