Skip to content

chore: Update build workflows for Android and iOS #4

chore: Update build workflows for Android and iOS

chore: Update build workflows for Android and iOS #4

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- "main"
push:
branches:
- "main"
jobs:
build-android:
uses: ./.github/workflows/build-android.yml
secrets: inherit
build-ios:
uses: ./.github/workflows/build-ios.yml
secrets: inherit