Skip to content

Commit 29b57e4

Browse files
Remove paths to trigger workflows
1 parent a715486 commit 29b57e4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,9 @@ on:
55
pull_request:
66
branches:
77
- "*.x"
8-
paths:
9-
- ".github/workflows/static-analysis.yml"
10-
- "composer.*"
11-
- "lib/**"
12-
- "phpstan*"
13-
- "tests/**"
148
push:
159
branches:
1610
- "*.x"
17-
paths:
18-
- ".github/workflows/static-analysis.yml"
19-
- "composer.*"
20-
- "lib/**"
21-
- "phpstan*"
22-
- "tests/**"
2311

2412
jobs:
2513
static-analysis:

0 commit comments

Comments
 (0)