mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-10 18:41:00 +02:00
Also trigger the PHP Code Quality workflow if 'phpunit.xml' changes.
This commit is contained in:
parent
4f2423198a
commit
a32720615f
2
.github/workflows/php-code-quality.yml
vendored
2
.github/workflows/php-code-quality.yml
vendored
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user