Also trigger the PHP Code Quality workflow if 'phpunit.xml' changes.

This commit is contained in:
supahgreg 2025-10-04 21:56:58 +00:00
parent 4f2423198a
commit a32720615f

View File

@ -5,12 +5,14 @@ on:
paths:
- '**.php'
- 'phpstan.neon'
- 'phpunit.xml'
push:
branches:
- main
paths:
- '**.php'
- 'phpstan.neon'
- 'phpunit.xml'
# Allow manual triggering
workflow_dispatch: