From 57d78a810d31079cc032fe42a6b6a062581d7938 Mon Sep 17 00:00:00 2001 From: Rehan Date: Tue, 13 Aug 2024 18:13:05 +0500 Subject: [PATCH] minor update --- .github/workflows/build-sample-apps.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-sample-apps.yml b/.github/workflows/build-sample-apps.yml index 011a041..fdf3249 100644 --- a/.github/workflows/build-sample-apps.yml +++ b/.github/workflows/build-sample-apps.yml @@ -4,8 +4,6 @@ on: pull_request: # build sample apps for every commit pushed to an open pull request (including drafts) push: branches: [ main, feature/* ] - release: # build sample apps for every git tag created. These are known as "stable" builds that are suitable for people outside the mobile team. - types: [ published ] concurrency: # cancel previous workflow run if one exists. group: ${{ github.workflow }}-${{ github.ref }} @@ -147,6 +145,7 @@ jobs: lane: 'android build' env: FIREBASE_APP_DISTRIBUTION_SERVICE_ACCOUNT_CREDS_B64: ${{ secrets.FIREBASE_APP_DISTRIBUTION_SERVICE_ACCOUNT_CREDS_B64 }} + continue-on-error: true # continue to build iOS app even if Android build fails - name: Setup iOS environment for sample app uses: customerio/customerio-ios/.github/actions/setup-ios@main