mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-07-22 06:00:21 +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:
|
||||
push:
|
||||
branches: ["main"]
|
||||
branches: ["main", "2.0.x-dev"]
|
||||
paths:
|
||||
- "backend/**"
|
||||
- ".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:
|
||||
push:
|
||||
branches: [ 'main' ]
|
||||
branches: [ 'main', '2.0.x-dev' ]
|
||||
pull_request:
|
||||
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:
|
||||
push:
|
||||
branches: [ 'main' ]
|
||||
branches: [ 'main', '2.0.x-dev' ]
|
||||
paths:
|
||||
- 'frontend/**'
|
||||
- '.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:
|
||||
push:
|
||||
branches: [ 'main' ]
|
||||
branches: [ 'main', '2.0.x-dev' ]
|
||||
pull_request:
|
||||
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:
|
||||
push:
|
||||
branches: [ 'main' ]
|
||||
branches: [ 'main', '2.0.x-dev' ]
|
||||
pull_request:
|
||||
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:
|
||||
push:
|
||||
branches: ["main"]
|
||||
branches: ["main", "2.0.x-dev"]
|
||||
paths:
|
||||
- "frontend/**"
|
||||
- "backend/app/gateway/**"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user