Skip to content

Commit ef36815

Browse files
authored
Merge pull request #392 from michaeltlombardi/maint/main/no-build-on-docs-only-changes
(MAINT) Skip builds on docs-only PRs
2 parents 9d1441c + d69f4e3 commit ef36815

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
paths-ignore:
9+
- "docs/**"
10+
- "*.md"
11+
- ".vscode/*.json"
812

913
env:
1014
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)