Skip to content

Commit 0efac09

Browse files
authored
Fix Static Analysis folder reference (#11281)
1 parent efb6ceb commit 0efac09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- src/**
1111
- phpstan*
1212
- psalm*
13-
- tests/Doctrine/StaticAnalysis/**
13+
- tests/StaticAnalysis/**
1414
push:
1515
branches:
1616
- "*.x"
@@ -20,7 +20,7 @@ on:
2020
- src/**
2121
- phpstan*
2222
- psalm*
23-
- tests/Doctrine/StaticAnalysis/**
23+
- tests/StaticAnalysis/**
2424

2525
jobs:
2626
static-analysis-phpstan:

0 commit comments

Comments
 (0)