ci: run tests on 3.0.x

This commit is contained in:
jo 2022-10-12 14:38:41 +02:00 committed by Kyle Robbertze
parent 730548b891
commit 56beddbee5
9 changed files with 18 additions and 18 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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