mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-08-01 10:56:02 +00:00
fix(ci): added 2.0.x-dev into CI workflow monitor (#3668)
This commit is contained in:
parent
ca9428d0cd
commit
7a407fe122
@ -2,7 +2,7 @@ name: Backend Blocking IO
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main", "2.0.x-dev"]
|
||||||
paths:
|
paths:
|
||||||
- "backend/**"
|
- "backend/**"
|
||||||
- ".github/workflows/backend-blocking-io-tests.yml"
|
- ".github/workflows/backend-blocking-io-tests.yml"
|
||||||
|
|||||||
2
.github/workflows/backend-unit-tests.yml
vendored
2
.github/workflows/backend-unit-tests.yml
vendored
@ -2,7 +2,7 @@ name: Unit Tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ 'main' ]
|
branches: [ 'main', '2.0.x-dev' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened, ready_for_review]
|
types: [opened, synchronize, reopened, ready_for_review]
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
@ -2,7 +2,7 @@ name: E2E Tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ 'main' ]
|
branches: [ 'main', '2.0.x-dev' ]
|
||||||
paths:
|
paths:
|
||||||
- 'frontend/**'
|
- 'frontend/**'
|
||||||
- '.github/workflows/e2e-tests.yml'
|
- '.github/workflows/e2e-tests.yml'
|
||||||
|
|||||||
2
.github/workflows/frontend-unit-tests.yml
vendored
2
.github/workflows/frontend-unit-tests.yml
vendored
@ -2,7 +2,7 @@ name: Frontend Unit Tests
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ 'main' ]
|
branches: [ 'main', '2.0.x-dev' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened, ready_for_review]
|
types: [opened, synchronize, reopened, ready_for_review]
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/lint-check.yml
vendored
2
.github/workflows/lint-check.yml
vendored
@ -2,7 +2,7 @@ name: Lint Check
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ 'main' ]
|
branches: [ 'main', '2.0.x-dev' ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ '*' ]
|
branches: [ '*' ]
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/replay-e2e.yml
vendored
2
.github/workflows/replay-e2e.yml
vendored
@ -10,7 +10,7 @@ name: Replay E2E (front-back contract)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main", "2.0.x-dev"]
|
||||||
paths:
|
paths:
|
||||||
- "frontend/**"
|
- "frontend/**"
|
||||||
- "backend/app/gateway/**"
|
- "backend/app/gateway/**"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user