Skip to content

Commit 7df035d

Browse files
authored
build iOS (#1835)
1 parent 4beea1f commit 7df035d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ jobs:
571571
JAVA_HOME: ${{ env.JAVA_HOME }}
572572

573573
- name: iOS smoke test
574-
if: ${{ matrix.platform == 'iOS' && github.ref_name != 'main' }}
574+
if: ${{ matrix.platform == 'iOS' }}
575575
run: ./scripts/smoke-test-ios.ps1 Build -IsIntegrationTest -UnityVersion "${{ matrix.unity-version }}"
576576

577577
- name: Upload Project project on failure

0 commit comments

Comments
 (0)