Skip to content

feat: Add form lifecycle event bridge for in-app forms (#334) #703

feat: Add form lifecycle event bridge for in-app forms (#334)

feat: Add form lifecycle event bridge for in-app forms (#334) #703

Workflow file for this run

name: Android CI
on:
pull_request:
jobs:
compile-android-new-arch:
uses: ./.github/workflows/android-build.yml
secrets: inherit
with:
new-architecture: 'true'
compile-android-old-arch:
uses: ./.github/workflows/android-build.yml
secrets: inherit
with:
new-architecture: 'false'