Skip to content

Commit b1f1464

Browse files
authored
Round 2 of trying to get CI to ignore things that should not trigger a build test
1 parent a732681 commit b1f1464

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111
"Cargo.lock",
1212
"rustfmt.toml",
1313
".github/workflows/*",
14-
"!**.md",
14+
"!*.md",
1515
"!contrib/*",
1616
"!docs/*",
1717
"!LICENSE",
18-
"!**.sh",
18+
"!*.sh",
1919
]
2020
pull_request:
2121
paths:
@@ -25,11 +25,11 @@ on:
2525
"Cargo.lock",
2626
"rustfmt.toml",
2727
".github/workflows/*",
28-
"!**.md",
28+
"!*.md",
2929
"!contrib/*",
3030
"!docs/*",
3131
"!LICENSE",
32-
"!**.sh",
32+
"!*.sh",
3333
]
3434
schedule:
3535
# Run CI every week

0 commit comments

Comments
 (0)