mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-23 04:43:07 +00:00
Merge branch 'develop' into feature/importFahrplan
This commit is contained in:
commit
4be7000d3c
1 changed files with 7 additions and 10 deletions
|
@ -249,17 +249,15 @@ workflows:
|
||||||
|
|
||||||
build_test_publish:
|
build_test_publish:
|
||||||
jobs:
|
jobs:
|
||||||
- build
|
- check
|
||||||
- check:
|
- test
|
||||||
|
- build:
|
||||||
requires:
|
requires:
|
||||||
- build
|
- check
|
||||||
- test:
|
- test
|
||||||
requires:
|
|
||||||
- build
|
|
||||||
- publish-appcenter:
|
- publish-appcenter:
|
||||||
requires:
|
requires:
|
||||||
- test
|
- build
|
||||||
- check
|
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
@ -267,8 +265,7 @@ workflows:
|
||||||
- develop
|
- develop
|
||||||
- publish-play:
|
- publish-play:
|
||||||
requires:
|
requires:
|
||||||
- test
|
- build
|
||||||
- check
|
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
Loading…
Reference in a new issue