mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Merge pull request #807 from JasonLG1979/patch-1
Make CI ignore things that should not trigger build tests (reprise)
This commit is contained in:
commit
be16d3babf
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",
|
"Cargo.lock",
|
||||||
"rustfmt.toml",
|
"rustfmt.toml",
|
||||||
".github/workflows/*",
|
".github/workflows/*",
|
||||||
"!**.md",
|
"!*.md",
|
||||||
"!contrib/*",
|
"!contrib/*",
|
||||||
"!docs/*",
|
"!docs/*",
|
||||||
"!LICENSE",
|
"!LICENSE",
|
||||||
"!**.sh",
|
"!*.sh",
|
||||||
]
|
]
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
|
@ -25,11 +25,11 @@ on:
|
||||||
"Cargo.lock",
|
"Cargo.lock",
|
||||||
"rustfmt.toml",
|
"rustfmt.toml",
|
||||||
".github/workflows/*",
|
".github/workflows/*",
|
||||||
"!**.md",
|
"!*.md",
|
||||||
"!contrib/*",
|
"!contrib/*",
|
||||||
"!docs/*",
|
"!docs/*",
|
||||||
"!LICENSE",
|
"!LICENSE",
|
||||||
"!**.sh",
|
"!*.sh",
|
||||||
]
|
]
|
||||||
schedule:
|
schedule:
|
||||||
# Run CI every week
|
# Run CI every week
|
||||||
|
|
Loading…
Reference in a new issue