fix(ci): added 2.0.x-dev into CI workflow monitor (#3668)

This commit is contained in:
Willem Jiang 2026-06-20 19:10:06 +08:00 committed by GitHub
parent ca9428d0cd
commit 7a407fe122
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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]

View File

@ -2,7 +2,7 @@ name: E2E Tests
on:
push:
branches: [ 'main' ]
branches: [ 'main', '2.0.x-dev' ]
paths:
- 'frontend/**'
- '.github/workflows/e2e-tests.yml'

View File

@ -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]

View File

@ -2,7 +2,7 @@ name: Lint Check
on:
push:
branches: [ 'main' ]
branches: [ 'main', '2.0.x-dev' ]
pull_request:
branches: [ '*' ]

View File

@ -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/**"