mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Round 2 of trying to get CI to ignore things that should not trigger a build test
This commit is contained in:
parent
a7326815bd
commit
b1f1464825
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -11,11 +11,11 @@ on:
|
|||
"Cargo.lock",
|
||||
"rustfmt.toml",
|
||||
".github/workflows/*",
|
||||
"!**.md",
|
||||
"!*.md",
|
||||
"!contrib/*",
|
||||
"!docs/*",
|
||||
"!LICENSE",
|
||||
"!**.sh",
|
||||
"!*.sh",
|
||||
]
|
||||
pull_request:
|
||||
paths:
|
||||
|
@ -25,11 +25,11 @@ on:
|
|||
"Cargo.lock",
|
||||
"rustfmt.toml",
|
||||
".github/workflows/*",
|
||||
"!**.md",
|
||||
"!*.md",
|
||||
"!contrib/*",
|
||||
"!docs/*",
|
||||
"!LICENSE",
|
||||
"!**.sh",
|
||||
"!*.sh",
|
||||
]
|
||||
schedule:
|
||||
# Run CI every week
|
||||
|
|
Loading…
Reference in a new issue