Skip to content

Fix v3 CI path filter case and remove stale files entry (#4465) #103

Fix v3 CI path filter case and remove stale files entry (#4465)

Fix v3 CI path filter case and remove stale files entry (#4465) #103

Workflow file for this run

name: Build Android (basic-example)
on:
pull_request:
paths:
- .github/workflows/android-basic.yml
- .github/workflows/android-build.yml
- packages/react-native-gesture-handler/package.json
- packages/react-native-gesture-handler/android/**
- packages/react-native-gesture-handler/shared/**
- packages/react-native-gesture-handler/src/specs/**
- apps/basic-example/**
- '!apps/basic-example/ios/**'
- '!apps/basic-example/Gemfile*'
- rnrepo.config.json
- yarn.lock
push:
branches:
- main
workflow_dispatch:
concurrency:
group: android-basic-${{ github.ref }}
cancel-in-progress: true
jobs:
basic-example:
if: github.repository == 'software-mansion/react-native-gesture-handler'
uses: ./.github/workflows/android-build.yml
with:
app: basic-example
artifact-name: android-apk-basic-example
abi: x86_64