ci: Trigger docs-check on config file changes

Add .cspell.json and markdown-link-check-config.json to the
docs-check workflow trigger paths so spelling and link check
config changes are properly validated.
This commit is contained in:
Luong NGUYEN
2026-01-15 15:06:21 +01:00
parent 3f55490c38
commit e8cdd26db0
+4
View File
@@ -6,12 +6,16 @@ on:
paths:
- '**.md'
- '.github/workflows/docs-check.yml'
- '.cspell.json'
- '.github/markdown-link-check-config.json'
pull_request:
branches: [main]
paths:
- '**.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
- '.cspell.json'
- '.github/markdown-link-check-config.json'
# Cancel in-progress runs for the same branch
concurrency: