Skip to content

Commit 7833605

Browse files
committed
Add package.json path to ci trigger
Future PRs that only update the RNRepo version or denylist will skip the Android build workflow entirely, so build-breaking changes to this integration won't be validated.
1 parent cce7149 commit 7833605

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/android-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- .github/workflows/android-build.yml
77
- packages/react-native-gesture-handler/android/**
88
- apps/basic-example/android/**
9+
- apps/basic-example/package.json
10+
- rnrepo.config.json
911
push:
1012
branches:
1113
- main

.github/workflows/ios-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- packages/react-native-gesture-handler/RNGestureHandler.podspec
88
- packages/react-native-gesture-handler/apple/**
99
- apps/basic-example/ios/**
10+
- apps/basic-example/package.json
11+
- rnrepo.config.json
1012
push:
1113
branches:
1214
- main

0 commit comments

Comments
 (0)