Skip to content

Commit 2d163b4

Browse files
committed
fix: check iOS builds on CI
1 parent afe35d5 commit 2d163b4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- main
1818
paths:
1919
- '.github/workflows/build-ios-fabric.yml'
20+
- 'react-native-keyboard-controller.podspec'
2021
- 'ios/**'
2122
- 'FabricExample/ios/**'
2223
- 'yarn.lock'

.github/workflows/build-ios.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- main
1717
paths:
1818
- '.github/workflows/build-ios.yml'
19+
- 'react-native-keyboard-controller.podspec'
1920
- 'ios/**'
2021
- 'example/ios/**'
2122
- 'yarn.lock'

0 commit comments

Comments
 (0)