From 22a374f32a0cf14489f4b3c23e4767ecd66e6112 Mon Sep 17 00:00:00 2001 From: Hinton Date: Thu, 7 Apr 2022 10:42:11 +0200 Subject: [PATCH] Enable testflight builds for all branches --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b54a93d4..a201fde9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -891,12 +891,12 @@ jobs: env: APPLE_ID_USERNAME: ${{ secrets.APPLE_ID_USERNAME }} APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }} - if: | - (github.ref == 'refs/heads/master' - && needs.setup.outputs.rc_branch_exists == 0 - && needs.setup.outputs.hotfix_branch_exists == 0) - || (github.ref == 'refs/heads/rc' && needs.setup.outputs.hotfix_branch_exists == 0) - || github.ref == 'refs/heads/hotfix-rc' + #if: | + # (github.ref == 'refs/heads/master' + # && needs.setup.outputs.rc_branch_exists == 0 + # && needs.setup.outputs.hotfix_branch_exists == 0) + # || (github.ref == 'refs/heads/rc' && needs.setup.outputs.hotfix_branch_exists == 0) + # || github.ref == 'refs/heads/hotfix-rc' run: npm run upload:mas