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
|
||||
requires:
|
||||
- ios-build
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
- master
|
||||
- ios-testflight:
|
||||
requires:
|
||||
- ios-hold-testflight
|
||||
|
|
Loading…
Reference in New Issue