ci: trigger check-docs on changes to its own workflow file

The job's PR trigger only watched docs/** before, so workflow-only
changes (like the previous puppeteer fix in this PR) skipped the
check-docs run on the PR that introduced them. Add the workflow
file itself to the path filter so future workflow edits are
verified against link-check behavior before merge.
This commit is contained in:
Steven Masley
2026-05-29 15:41:25 +00:00
parent 1432b8b64f
commit 6cdbe3c618
+1
View File
@@ -9,6 +9,7 @@ on:
- main
paths:
- "docs/**"
- ".github/workflows/weekly-docs.yaml"
permissions:
contents: read