mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Update tests
Make CI ignore things that should not trigger build tests.
This commit is contained in:
parent
79f08c54f5
commit
14de03e06f
1 changed files with 10 additions and 0 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -11,6 +11,11 @@ on:
|
|||
"Cargo.lock",
|
||||
"rustfmt.toml",
|
||||
".github/workflows/*",
|
||||
"!**.md",
|
||||
"!contrib/*",
|
||||
"!docs/*",
|
||||
"!LICENSE",
|
||||
"!**.sh",
|
||||
]
|
||||
pull_request:
|
||||
paths:
|
||||
|
@ -20,6 +25,11 @@ on:
|
|||
"Cargo.lock",
|
||||
"rustfmt.toml",
|
||||
".github/workflows/*",
|
||||
"!**.md",
|
||||
"!contrib/*",
|
||||
"!docs/*",
|
||||
"!LICENSE",
|
||||
"!**.sh",
|
||||
]
|
||||
schedule:
|
||||
# Run CI every week
|
||||
|
|
Loading…
Reference in a new issue