ci: run tests on 3.0.x
This commit is contained in:
parent
730548b891
commit
56beddbee5
|
@ -2,7 +2,7 @@ name: Analyzer
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/analyzer.yml
|
||||
|
@ -10,7 +10,7 @@ on:
|
|||
- shared/**
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/analyzer.yml
|
||||
|
|
|
@ -2,7 +2,7 @@ name: API Client
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/api-client.yml
|
||||
|
@ -10,7 +10,7 @@ on:
|
|||
- shared/**
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/api-client.yml
|
||||
|
|
|
@ -2,7 +2,7 @@ name: API
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/api.yml
|
||||
|
@ -10,7 +10,7 @@ on:
|
|||
- shared/**
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/api.yml
|
||||
|
|
|
@ -3,9 +3,9 @@ name: Container
|
|||
on:
|
||||
push:
|
||||
tags: ["[0-9]+.[0-9]+.[0-9]+*"]
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
@ -2,14 +2,14 @@ name: Legacy
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/legacy.yml
|
||||
- api/**
|
||||
- legacy/**
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/legacy.yml
|
||||
- api/**
|
||||
|
|
|
@ -2,7 +2,7 @@ name: Playout
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/playout.yml
|
||||
|
@ -11,7 +11,7 @@ on:
|
|||
- shared/**
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/playout.yml
|
||||
|
|
|
@ -2,10 +2,10 @@ name: Project
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
pull_request:
|
||||
types: [opened, reopened, synchronize, edited]
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
|
@ -2,14 +2,14 @@ name: Shared
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/shared.yml
|
||||
- shared/**
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/shared.yml
|
||||
|
|
|
@ -2,14 +2,14 @@ name: Worker
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/worker.yml
|
||||
- worker/**
|
||||
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, 3.0.x]
|
||||
paths:
|
||||
- .github/workflows/_python.yml
|
||||
- .github/workflows/worker.yml
|
||||
|
|
Loading…
Reference in New Issue