Skip to content

Commit f1104b7

Browse files
committed
chore: add workflow linting paths trigger
Add workflow's own path to pull_request trigger for: - .github/workflows/doctoc.yml - .github/workflows/markdown-link-check.yml
1 parent 68e2049 commit f1104b7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/doctoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- "README.md"
77
- "docs/BestPractices.md"
8+
- ".github/workflows/doctoc.yml"
89

910
permissions:
1011
contents: read

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- "**/*.md"
77
- "markdown_link_check_config.json"
8+
- ".github/workflows/markdown-link-check.yml"
89

910
permissions:
1011
contents: read

0 commit comments

Comments
 (0)