Skip to content

Commit de819e1

Browse files
justin808claude
andcommitted
Run markdown link check only on master or when docs change
Optimize CI by skipping markdown link checks on PRs that don't modify documentation files. Master branch runs always ensure comprehensive link validation. - Remove paths filter from push to master (run on all pushes) - Keep paths filter on pull_request (only run when .md files change) - Maintains weekly scheduled runs and manual workflow dispatch 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 73dacca commit de819e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/check-markdown-links.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ name: Check Markdown Links
33
on:
44
push:
55
branches: [master]
6-
paths:
7-
- '**.md'
8-
- '.github/workflows/check-markdown-links.yml'
9-
- '.github/markdown-link-check-config.json'
106
pull_request:
117
paths:
128
- '**.md'

0 commit comments

Comments
 (0)