1
0
mirror of https://github.com/bitwarden/desktop synced 2026-02-18 10:23:38 +00:00

Enable testflight builds for all branches

This commit is contained in:
Hinton
2022-04-07 10:42:11 +02:00
parent be1ab221f4
commit 22a374f32a

View File

@@ -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