-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
33 lines (29 loc) · 854 Bytes
/
Copy pathandroid.yml
File metadata and controls
33 lines (29 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: Build Android (expo-example)
on:
pull_request:
paths:
- .github/workflows/android.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/**
- apps/expo-example/**
- apps/common-app/**
- rnrepo.config.json
- yarn.lock
push:
branches:
- main
workflow_dispatch:
concurrency:
group: android-${{ github.ref }}
cancel-in-progress: true
jobs:
expo-example:
if: github.repository == 'software-mansion/react-native-gesture-handler'
uses: ./.github/workflows/android-build.yml
with:
app: expo-example
artifact-name: android-apk-expo-example
abi: x86_64