forked from open-webui/open-webui
refac: ci
This commit is contained in:
parent
b391ad12ae
commit
90a03c331d
3 changed files with 33 additions and 18 deletions
7
.github/workflows/format-backend.yaml
vendored
7
.github/workflows/format-backend.yaml
vendored
|
@ -2,8 +2,13 @@ name: Python CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: ['main']
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue