Skip to content

Commit 82ab1b8

Browse files
authored
Merge pull request #2718 from michelleN/exclude
remove *.md docs from gh build workflow
2 parents e043361 + 40ead8a commit 82ab1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches: ["main", "v*"]
1111
paths-ignore:
1212
- "docs/**"
13-
- "README.md"
13+
- "*.md"
1414
- "tests/README.md"
1515

1616
# Serialize workflow runs per ref

0 commit comments

Comments
 (0)