Skip to content

chore: Update README.md with instructions for starting the applicatio… #2

chore: Update README.md with instructions for starting the applicatio…

chore: Update README.md with instructions for starting the applicatio… #2

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