ci(psalm): trigger CI on psalm config and baseline changes

psalm*.xml and build/psalm-baseline*.xml were missing from the
paths-filter, so PRs touching only those files would skip all
Psalm jobs.

Assisted-by: Claude:claude-sonnet-4-6
Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
This commit is contained in:
Christoph Wurst 2026-05-22 14:49:29 +02:00
parent f2285bb3fc
commit b9f571a169

View file

@ -43,6 +43,8 @@ jobs:
- 'vendor-bin/**'
- 'composer.json'
- 'composer.lock'
- 'psalm*.xml'
- 'build/psalm-baseline*.xml'
- '**.php'
static-code-analysis: