Skip to content

Commit f23670d

Browse files
committed
ignore gh workflow for build on .md & docs/
Signed-off-by: Michelle Dhanani <[email protected]>
1 parent 0f8b7ad commit f23670d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ on:
66
branches: ["main", "v*"]
77
# Also run on tag pushes, as the release.yml doesn't currently run tests
88
tags: ["v*"]
9+
paths-ignore:
10+
- "docs/**"
11+
- "**/*.md"
912
pull_request:
1013
branches: ["main", "v*"]
14+
paths-ignore:
15+
- "docs/**"
16+
- "**/*.md"
1117

1218
# Serialize workflow runs per ref
1319
# Cancel any outdated, in-flight runs for refs other than 'main'

0 commit comments

Comments
 (0)