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:
|
||||
jobs:
|
||||
- build
|
||||
- check:
|
||||
- check
|
||||
- test
|
||||
- build:
|
||||
requires:
|
||||
- build
|
||||
- test:
|
||||
requires:
|
||||
- build
|
||||
- check
|
||||
- test
|
||||
- publish-appcenter:
|
||||
requires:
|
||||
- test
|
||||
- check
|
||||
- build
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
|
@ -267,8 +265,7 @@ workflows:
|
|||
- develop
|
||||
- publish-play:
|
||||
requires:
|
||||
- test
|
||||
- check
|
||||
- build
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
|
|
Loading…
Reference in a new issue