Merge pull request #3270 from KPrasch/development

run CI on epic-based branches
pull/3272/head
LunarBytes 2023-10-04 19:20:36 +02:00 committed by GitHub
commit 4b978025a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on:
branches: branches:
- main - main
- development - development
- epic-*
jobs: jobs:
darker-lint: darker-lint:

View File

@ -5,6 +5,7 @@ on:
branches: branches:
- main - main
- development - development
- epic-*
tags-ignore: tags-ignore:
- '*.*' # ignore releases - '*.*' # ignore releases

View File

@ -5,6 +5,7 @@ on:
branches: branches:
- main - main
- development - development
- epic-*
concurrency: concurrency:
group: ci-tests-${{ github.ref }}-pytest group: ci-tests-${{ github.ref }}-pytest

View File

@ -5,6 +5,7 @@ on:
branches: branches:
- main - main
- development - development
- epic-*
jobs: jobs:
ruff-lint: ruff-lint: