mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Enable CI for new-api
This commit is contained in:
parent
29b42ef62d
commit
afa2a021db
1 changed files with 4 additions and 1 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -3,7 +3,7 @@ name: test
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master, dev]
|
||||
branches: [dev, master, new-api]
|
||||
paths:
|
||||
[
|
||||
"**.rs",
|
||||
|
@ -31,6 +31,9 @@ on:
|
|||
"!LICENSE",
|
||||
"!*.sh",
|
||||
]
|
||||
schedule:
|
||||
# Run CI every week
|
||||
- cron: "00 01 * * 0"
|
||||
|
||||
env:
|
||||
RUST_BACKTRACE: 1
|
||||
|
|
Loading…
Reference in a new issue