File tree Expand file tree Collapse file tree 4 files changed +6
-22
lines changed
Expand file tree Collapse file tree 4 files changed +6
-22
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: autofix.ci
22
33on :
44 pull_request :
5- push :
65 branches : [ "main" ]
76
87permissions :
Original file line number Diff line number Diff line change 1- name : Backend CI
1+ name : backend
22on :
3- push :
4- branches : [ main ]
5- paths :
6- - ' backend/**'
7- - ' codefox-common/**'
83 pull_request :
94 branches : [ main ]
105 paths :
138 workflow_dispatch :
149jobs :
1510 build :
16- name : Install and Build Backend
11+ name : build
1712 runs-on : ubuntu-latest
1813
1914 steps :
Original file line number Diff line number Diff line change 1- name : Frontend CI
1+ name : frontend
22on :
3- push :
4- branches : [ main ]
5- paths :
6- - ' frontend/**'
7- - ' codefox-common/**'
83 pull_request :
94 branches : [ main ]
105 paths :
138 workflow_dispatch :
149jobs :
1510 build :
16- name : Install and Build Frontend
11+ name : build
1712 runs-on : ubuntu-latest
1813
1914 steps :
Original file line number Diff line number Diff line change 1- name : LLM Server CI
1+ name : llm
22on :
3- push :
4- branches : [ main ]
5- paths :
6- - ' llm-server/**'
7- - ' codefox-common/**'
83 pull_request :
94 branches : [ main ]
105 paths :
138 workflow_dispatch :
149jobs :
1510 build :
16- name : Install and Build LLM Server
11+ name : build
1712 runs-on : ubuntu-latest
1813
1914 steps :
You can’t perform that action at this time.
0 commit comments