Skip to content

Commit 4eb811f

Browse files
committed
Only run markdown-link-check when markdown files are included
1 parent 1538864 commit 4eb811f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ name: Check Markdown links
33
on:
44
push:
55
branches: [ "main" ]
6+
paths: "**.md"
67
pull_request:
78
branches: [ "main" ]
9+
paths: "**.md"
810

911
permissions:
1012
contents: read

0 commit comments

Comments
 (0)