Skip to content

Test with push.

Test with push. #1

Workflow file for this run

name: Pull Request
on:
push:
jobs:
android-pr:
strategy:
fail-fast: false
uses: ./.github/workflows/android-reusable-workflow.yaml
with:
is_pr: true
ios-pr:
strategy:
fail-fast: false
uses: ./.github/workflows/ios-reusable-workflow.yaml
with:
is_pr: true