Update phpcs_psr12.yml

This commit is contained in:
Florian Pesth 2023-11-14 21:50:48 +01:00 committed by GitHub
parent 604846b63c
commit f882fe196a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -3,10 +3,12 @@ name: "CI"
on:
workflow_dispatch:
paths:
- "html/**.php"
- "**.php"
- "html"
pull_request:
paths:
- "html/**.php"
- "**.php"
- "html"
jobs:
phpcs: