forked from phoenix-oss/llama-stack-mirror
add kvant
This commit is contained in:
parent
cfa38bd13b
commit
b414fe5566
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -6,12 +6,14 @@ on:
|
||||||
# - cron: "0 10 * * *"
|
# - cron: "0 10 * * *"
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- main
|
||||||
|
- kvant
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- main
|
||||||
|
- kvant
|
||||||
env:
|
env:
|
||||||
IMAGE: git.kvant.cloud/${{github.repository}}
|
IMAGE: git.kvant.cloud/${{github.repository}}
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue