Skip to content

build: add reusable build workflows #12

build: add reusable build workflows

build: add reusable build workflows #12

name: TestsExample Android check
on:
pull_request:
paths:
- .github/workflows/android-build-tests-test.yml
- 'android/**'
- 'src/fabric/**'
- 'package.json'
- 'apps/tests-example/android/**'
- 'apps/tests-example/package.json'
push:
branches:
- main
workflow_dispatch:
jobs:
build:
uses: ./.github/workflows/android-build.yml
with:
working-directory: 'tests-example'