mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
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
This commit is contained in:
parent
c2582fe055
commit
2834e25151
1 changed files with 0 additions and 3 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue