Skip to content

add sentry

add sentry #3

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