GHA/checksrc: also run on .md file changes

To avoid missing e.g. codespell issue when updating Markdown files only,
as in 82fd9edb0e #18927

Follow-up to 0b54ce6ffc

Closes #18935
This commit is contained in:
Viktor Szakats
2025-10-08 13:41:50 +02:00
parent 0b54ce6ffc
commit 3800a26582

View File

@@ -12,7 +12,6 @@ name: 'Source'
- master
- '*/ci'
paths-ignore:
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'
@@ -22,7 +21,6 @@ name: 'Source'
branches:
- master
paths-ignore:
- '**/*.md'
- '.circleci/**'
- 'appveyor.*'
- 'Dockerfile'