From 1d9faa86667e7c9bfde7ef6714c3b003e264df32 Mon Sep 17 00:00:00 2001 From: Jai Govindani Date: Sat, 22 Aug 2020 14:56:07 +0700 Subject: [PATCH] fix(triggers): use $default-branch instead of hard-coding Co-authored-by: Andy McKay --- ci/ios.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ci/ios.yml b/ci/ios.yml index f59381a..64b14a3 100644 --- a/ci/ios.yml +++ b/ci/ios.yml @@ -2,11 +2,9 @@ name: iOS starter workflow on: push: - branches: - - master + branches: [ $default-branch ] pull_request: - branches: - - master + branches: [ $default-branch ] jobs: build: