mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
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:
parent
f2285bb3fc
commit
b9f571a169
1 changed files with 2 additions and 0 deletions
2
.github/workflows/static-code-analysis.yml
vendored
2
.github/workflows/static-code-analysis.yml
vendored
|
|
@ -43,6 +43,8 @@ jobs:
|
|||
- 'vendor-bin/**'
|
||||
- 'composer.json'
|
||||
- 'composer.lock'
|
||||
- 'psalm*.xml'
|
||||
- 'build/psalm-baseline*.xml'
|
||||
- '**.php'
|
||||
|
||||
static-code-analysis:
|
||||
|
|
|
|||
Loading…
Reference in a new issue