Skip to content

Commit 40e5679

Browse files
authored
Merge pull request #804 from JasonLG1979/patch-1
Make CI ignore things that should not trigger build tests
2 parents 79f08c5 + 14de03e commit 40e5679

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ on:
1111
"Cargo.lock",
1212
"rustfmt.toml",
1313
".github/workflows/*",
14+
"!**.md",
15+
"!contrib/*",
16+
"!docs/*",
17+
"!LICENSE",
18+
"!**.sh",
1419
]
1520
pull_request:
1621
paths:
@@ -20,6 +25,11 @@ on:
2025
"Cargo.lock",
2126
"rustfmt.toml",
2227
".github/workflows/*",
28+
"!**.md",
29+
"!contrib/*",
30+
"!docs/*",
31+
"!LICENSE",
32+
"!**.sh",
2333
]
2434
schedule:
2535
# Run CI every week

0 commit comments

Comments
 (0)