run CI on epic-based branches

pull/3270/head
Kieran Prasch 2023-10-04 19:01:04 +02:00
parent 6ea73db2c4
commit 4ca943db05
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: