Skip to content

Commit 5192edc

Browse files
committed
Fix CI paths
1 parent e55ffa7 commit 5192edc

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/android-build-paper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test Android build (Paper)
22
on:
33
pull_request:
44
paths:
5-
- '.github/workflows/android-build.yml'
5+
- '.github/workflows/android-build-paper.yml'
66
- 'packages/react-native-gesture-handler/android/**'
77
push:
88
branches:

.github/workflows/ios-build-paper.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: Test iOS build (paper)
22
on:
33
pull_request:
44
paths:
5-
- '.github/workflows/ios-build.yml'
5+
- '.github/workflows/ios-build-paper.yml'
66
- 'packages/react-native-gesture-handler/RNGestureHandler.podspec'
77
- 'packages/react-native-gesture-handler/apple/**'
8-
- 'apps/BasicExample/ios/**'
98
push:
109
branches:
1110
- main

0 commit comments

Comments
 (0)