From 335f299d6d1a961676918bc72242232fd03c3108 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Tue, 7 Nov 2017 10:54:13 -0200 Subject: [PATCH] Only build for testflight on develop and master branchs --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 85e17394..900ae4cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -194,6 +194,11 @@ workflows: type: approval requires: - ios-build + filters: + branches: + only: + - develop + - master - ios-testflight: requires: - ios-hold-testflight