We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e55ffa7 commit 5192edcCopy full SHA for 5192edc
2 files changed
.github/workflows/android-build-paper.yml
@@ -2,7 +2,7 @@ name: Test Android build (Paper)
2
on:
3
pull_request:
4
paths:
5
- - '.github/workflows/android-build.yml'
+ - '.github/workflows/android-build-paper.yml'
6
- 'packages/react-native-gesture-handler/android/**'
7
push:
8
branches:
.github/workflows/ios-build-paper.yml
@@ -2,10 +2,9 @@ name: Test iOS build (paper)
- - '.github/workflows/ios-build.yml'
+ - '.github/workflows/ios-build-paper.yml'
- 'packages/react-native-gesture-handler/RNGestureHandler.podspec'
- 'packages/react-native-gesture-handler/apple/**'
- - 'apps/BasicExample/ios/**'
9
10
11
- main
0 commit comments