diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0983482..232885d 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