Skip to content

Commit 40ead8a

Browse files
committed
remove *.md docs from gh build workflow
Signed-off-by: Michelle Dhanani <michelle@fermyon.com>
1 parent 74e766a commit 40ead8a

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)