Skip to content

fix: update base branch for pull request creation in release workflow - main #182

fix: update base branch for pull request creation in release workflow - main

fix: update base branch for pull request creation in release workflow - main #182

Workflow file for this run

name: CI
on:
pull_request:
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
android:
name: Android Build & Test
needs: lint
uses: ./.github/workflows/android.yml
ios:
name: iOS Build & Test
needs: lint
uses: ./.github/workflows/ios.yml