Skip to content

Commit ad183e0

Browse files
authored
Don't skip static checks for docs changes (#1231)
1 parent 312ec0f commit ad183e0

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/coding-standards.yml

-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ on:
66
- "v*.*"
77
- "master"
88
- "feature/*"
9-
paths-ignore:
10-
- "docs/**"
119
push:
1210
branches:
1311
- "v*.*"
1412
- "master"
1513
- "feature/*"
16-
paths-ignore:
17-
- "docs/**"
1814

1915
env:
2016
PHP_VERSION: "8.2"

.github/workflows/static-analysis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@ on:
66
- "v*.*"
77
- "master"
88
- "feature/*"
9-
paths-ignore:
10-
- "docs/**"
119
push:
1210
branches:
1311
- "v*.*"
1412
- "master"
1513
- "feature/*"
16-
paths-ignore:
17-
- "docs/**"
1814

1915
env:
2016
PHP_VERSION: "8.2"

0 commit comments

Comments
 (0)