Skip to content

Commit 6c642da

Browse files
committed
GH Actions: don't ignore markdown-only changes
... on pull requests as it doesn't play nice with required statuses.
1 parent 3bef736 commit 6c642da

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

.github/workflows/phpstan.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
paths-ignore:
88
- '**.md'
99
pull_request:
10-
paths-ignore:
11-
- '**.md'
1210
# Allow manually triggering the workflow.
1311
workflow_dispatch:
1412

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
paths-ignore:
88
- '**.md'
99
pull_request:
10-
paths-ignore:
11-
- '**.md'
1210
# Allow manually triggering the workflow.
1311
workflow_dispatch:
1412

.github/workflows/validate.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
paths-ignore:
88
- '**.md'
99
pull_request:
10-
paths-ignore:
11-
- '**.md'
1210
# Allow manually triggering the workflow.
1311
workflow_dispatch:
1412

0 commit comments

Comments
 (0)