Skip to content

Commit 81d4391

Browse files
authored
Merge pull request #857 from skytin1004/Update-md-checker-workflow
Exclude translations folder from markdown validation workflow
2 parents de78bf7 + 2d98203 commit 81d4391

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate-markdown.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
paths:
99
- '**.md'
1010
- '**.ipynb'
11+
paths-ignore:
12+
- 'translations/**'
13+
- 'translated_images/**'
1114

1215
permissions:
1316
contents: read

0 commit comments

Comments
 (0)