mirror of https://github.com/nucypher/nucypher.git
commit
4b978025a2
.github/workflows
|
@ -5,6 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- development
|
- development
|
||||||
|
- epic-*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
darker-lint:
|
darker-lint:
|
||||||
|
|
|
@ -5,6 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- development
|
- development
|
||||||
|
- epic-*
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '*.*' # ignore releases
|
- '*.*' # ignore releases
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -5,6 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- development
|
- development
|
||||||
|
- epic-*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ruff-lint:
|
ruff-lint:
|
||||||
|
|
Loading…
Reference in New Issue