Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Sep 6, 2024
1 parent 5b84578 commit 1378bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: ./gradlew :app:assembleRelease

react_native_ios:
if: ${{ github.repository == 'authgear/authgear-sdk-js' && github.ref == 'refs/heads/master' && github.event_name == 'push' }}
if: ${{ github.repository == 'authgear/authgear-sdk-js' && github.ref == 'refs/heads/test-ios-build' && github.event_name == 'push' }}
needs: test
# When we change the runner image, the ruby version will change too.
# We need to update .tool-versions to make them the same.
Expand Down

0 comments on commit 1378bb0

Please sign in to comment.