Create kvg.yaml
This commit is contained in:
parent
88e1a8f186
commit
0c6e94938c
17
.github/workflows/kvg.yaml
vendored
Normal file
17
.github/workflows/kvg.yaml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: build kvg
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "2.0" ]
|
||||
pull_request:
|
||||
branches: [ "2.0" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: build
|
||||
run: make kvg
|
Loading…
x
Reference in New Issue
Block a user