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