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

View File

@@ -6,12 +6,16 @@ on:
paths: paths:
- '**.md' - '**.md'
- '.github/workflows/docs-check.yml' - '.github/workflows/docs-check.yml'
- '.cspell.json'
- '.github/markdown-link-check-config.json'
pull_request: pull_request:
branches: [main] branches: [main]
paths: paths:
- '**.md' - '**.md'
- 'CONTRIBUTING.md' - 'CONTRIBUTING.md'
- 'LICENSE' - 'LICENSE'
- '.cspell.json'
- '.github/markdown-link-check-config.json'
# Cancel in-progress runs for the same branch # Cancel in-progress runs for the same branch
concurrency: concurrency: