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:
- main
- development
- epic-*
jobs:
darker-lint:

View File

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

View File

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

View File

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