Skip to content

Commit 0df5c3a

Browse files
authored
Update build.yml
1 parent 92a6d33 commit 0df5c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
sentry-dsn: ${{ secrets.SENTRY_DSN }}
6666
- name: Build IOS / Upload Beta
67-
if: github.event_name == 'push' && matrix.build != 'apk'
67+
if: github.event_name == 'push'
6868
run: bash ${GITHUB_WORKSPACE}/Scripts/fastlane.sh
6969
working-directory: Scripts
7070
env:

0 commit comments

Comments
 (0)