chore(ci): update the GitHub workflow to check the *-dev branch (#5765)

* chore(ci): update the GitHub workflow to check the *-dev branch

* chore(ci):try to fix the skill check error
This commit is contained in:
Willem Jiang 2026-09-23 15:23:45 +08:00 committed by GitHub
parent 7d1aa00136
commit bafe7f0f40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@ name: Backend Blocking IO
on:
push:
branches: ["main", "2.0.x-dev"]
branches: ["main", "*-dev"]
paths:
- "backend/**"
- ".github/workflows/backend-blocking-io-tests.yml"

View File

@ -2,7 +2,7 @@ name: Unit Tests
on:
push:
branches: [ 'main', '2.0.x-dev' ]
branches: [ 'main', '*-dev' ]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

View File

@ -2,7 +2,7 @@ name: E2E Tests
on:
push:
branches: [ 'main', '2.0.x-dev' ]
branches: [ 'main', '*-dev' ]
paths:
- 'frontend/**'
- 'backend/app/gateway/routers/plugins.py'

View File

@ -2,7 +2,7 @@ name: Frontend Unit Tests
on:
push:
branches: [ 'main', '2.0.x-dev' ]
branches: [ 'main', '*-dev' ]
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

View File

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

View File

@ -10,7 +10,7 @@ name: Replay E2E (front-back contract)
on:
push:
branches: ["main", "2.0.x-dev"]
branches: ["main", "*-dev"]
paths:
- "frontend/**"
- "backend/app/gateway/**"

View File

@ -2,7 +2,7 @@ name: Skill Review CI
on:
push:
branches: ["main", "2.0.x-dev"]
branches: ["main", "2.1.x-dev"]
paths:
- "skills/public/**"
- "backend/packages/harness/deerflow/skills/review/**"