This commit is contained in:
Paul Kevan 2024-05-22 12:29:06 +01:00
parent 0ec4a2038a
commit 9aaac4a789

View file

@ -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