Only build for testflight on develop and master branchs
This commit is contained in:
parent
834cd20be9
commit
335f299d6d
|
@ -194,6 +194,11 @@ workflows:
|
||||||
type: approval
|
type: approval
|
||||||
requires:
|
requires:
|
||||||
- ios-build
|
- ios-build
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- develop
|
||||||
|
- master
|
||||||
- ios-testflight:
|
- ios-testflight:
|
||||||
requires:
|
requires:
|
||||||
- ios-hold-testflight
|
- ios-hold-testflight
|
||||||
|
|
Loading…
Reference in New Issue