Skip to content

Commit

Permalink
fix: build iOS projects when main .podspec file is changed (#305)
Browse files Browse the repository at this point in the history
## 📜 Description

Build iOS projects when main .podspec file is changed.

## 💡 Motivation and Context

Was discovered in
#304

## 📢 Changelog

### CI
- added `'react-native-keyboard-controller.podspec'` to `paths`;

## 🤔 How Has This Been Tested?

Tested on CI.

## 📝 Checklist

- [x] CI successfully passed
  • Loading branch information
kirillzyusko authored Dec 22, 2023
1 parent 702a669 commit b4ca627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-ios-fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- '.github/workflows/build-ios-fabric.yml'
- 'react-native-keyboard-controller.podspec'
- 'ios/**'
- 'FabricExample/ios/**'
- 'yarn.lock'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
paths:
- '.github/workflows/build-ios.yml'
- 'react-native-keyboard-controller.podspec'
- 'ios/**'
- 'example/ios/**'
- 'yarn.lock'
Expand Down

0 comments on commit b4ca627

Please sign in to comment.