Skip to content

Commit c6293cf

Browse files
committed
Include config file in workflow paths trigger
Changes to .github/markdown-link-check-config.json now trigger the workflow since config changes affect link checking behavior.
1 parent bff4ab7 commit c6293cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
paths:
77
- '**.md'
88
- '.github/workflows/check-markdown-links.yml'
9+
- '.github/markdown-link-check-config.json'
910
pull_request:
1011
paths:
1112
- '**.md'
1213
- '.github/workflows/check-markdown-links.yml'
14+
- '.github/markdown-link-check-config.json'
1315
schedule:
1416
# Run weekly on Monday at 8am UTC
1517
- cron: '0 8 * * 1'

0 commit comments

Comments
 (0)