From 9aaac4a789f9ec39b228883ef1a2a1c46d1918fb Mon Sep 17 00:00:00 2001 From: Paul Kevan Date: Wed, 22 May 2024 12:29:06 +0100 Subject: [PATCH] . --- .github/workflows/ci.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09834821..232885da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,16 +2,8 @@ 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: @@ -60,7 +52,7 @@ jobs: with: files: "**.php" phpcs_path: php phpcs.phar - standard: phpcs.xml + standard: phpcs.xml.dist phpunit: name: PHP Unit Tests