Skip to content

Commit cf0804c

Browse files
committed
Constrain markdown-link-checker CI
1 parent 3808b5d commit cf0804c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint_links.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- "**.md"
79
pull_request:
10+
paths:
11+
- "**.md"
812
schedule:
913
# run CI at 09:00, on day 1 of the month even if no PRs/merges occur
1014
- cron: "0 9 1 * *"

0 commit comments

Comments
 (0)