Skip to content

Commit 8a55f43

Browse files
authored
Ignore Markdown files in CI workflow
1 parent 5e0afcb commit 8a55f43

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: Rust
33
on:
44
push:
55
branches: [ "master" ]
6+
paths-ignore:
7+
- '**.md' # Ignores all Markdown files
68
pull_request:
79
branches: [ "master" ]
10+
paths-ignore:
11+
- '**.md' # Ignores all Markdown files
812

913
env:
1014
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)