From 2834e251516b312480d2b8b4286fd013209f3fcb Mon Sep 17 00:00:00 2001 From: Matt Portune <59324545+mportune-bw@users.noreply.github.com> Date: Tue, 16 Jun 2020 09:55:08 -0400 Subject: [PATCH] Fix for non-master branch iOS builds (#984) * Enable extra workflow steps to allow iOS builds to succeed from non-master branch * re-enable provisioning profile setup --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35ea25206..322b3debf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -140,7 +140,6 @@ jobs: uses: actions/checkout@v2 - name: Decrypt secrets - if: github.ref == 'refs/heads/master' run: ./.github/scripts/ios/decrypt-secrets.ps1 shell: pwsh env: @@ -152,7 +151,6 @@ jobs: shell: pwsh - name: Set up keychain - if: github.ref == 'refs/heads/master' run: ./.github/scripts/ios/setup-keychain.ps1 shell: pwsh env: @@ -161,7 +159,6 @@ jobs: DIST_CERT_PASSWORD: ${{ secrets.IOS_DIST_CERT_PASSWORD }} - name: Set up provisioning profiles - if: github.ref == 'refs/heads/master' run: ./.github/scripts/ios/setup-profiles.ps1 shell: pwsh