We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79f08c5 + 14de03e commit 40e5679Copy full SHA for 40e5679
1 file changed
.github/workflows/test.yml
@@ -11,6 +11,11 @@ on:
11
"Cargo.lock",
12
"rustfmt.toml",
13
".github/workflows/*",
14
+ "!**.md",
15
+ "!contrib/*",
16
+ "!docs/*",
17
+ "!LICENSE",
18
+ "!**.sh",
19
]
20
pull_request:
21
paths:
@@ -20,6 +25,11 @@ on:
25
26
22
27
28
29
30
31
32
23
33
24
34
schedule:
35
# Run CI every week
0 commit comments