Skip to content

fix: Missing branches for merge and push to master #51

fix: Missing branches for merge and push to master

fix: Missing branches for merge and push to master #51

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
build-android:
name: 'Build Android'
uses: ./.github/workflows/build-android.yml
secrets: inherit
build-ios:
name: 'Build iOS'
uses: ./.github/workflows/build-ios.yml
secrets: inherit
test:
name: 'Run UI Tests'
needs: build-android
uses: ./.github/workflows/test.yml