mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Merge pull request #1032 from michaelherger/update-test-matrix
Fix #1031 - Remove `new-api` branch from test matrix
This commit is contained in:
commit
ff6789a666
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -3,7 +3,7 @@ name: test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [dev, master, new-api]
|
branches: [dev, master]
|
||||||
paths:
|
paths:
|
||||||
[
|
[
|
||||||
"**.rs",
|
"**.rs",
|
||||||
|
|
Loading…
Reference in a new issue