mirror of
https://github.com/coaidev/coai.git
synced 2025-05-20 05:20:15 +09:00
chore: update build test workflow
This commit is contained in:
parent
b9690b4aa2
commit
bd714d5421
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -2,7 +2,10 @@ name: Build Test
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- '*'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user