Skip to content

Commit 1194da6

Browse files
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>
1 parent 8fa7409 commit 1194da6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/static-code-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
- 'vendor-bin/**'
4444
- 'composer.json'
4545
- 'composer.lock'
46+
- 'psalm*.xml'
47+
- 'build/psalm-baseline*.xml'
4648
- '**.php'
4749
4850
static-code-analysis:

0 commit comments

Comments
 (0)