Revert "."

This reverts commit 9aaac4a789.
This commit is contained in:
Paul Kevan 2024-05-22 16:32:05 +01:00
parent ce2cdba297
commit 09d86cb0ef

View file

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