Only build iOS if native files changed
This commit is contained in:
parent
cdbd605b76
commit
b3881db9b8
4
.github/workflows/build-ios.yml
vendored
4
.github/workflows/build-ios.yml
vendored
@ -9,16 +9,12 @@ on:
|
||||
- 'ios/**'
|
||||
- '*.podspec'
|
||||
- 'example/ios/**'
|
||||
- 'yarn.lock'
|
||||
- 'example/yarn.lock'
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/build-ios.yml'
|
||||
- 'ios/**'
|
||||
- '*.podspec'
|
||||
- 'example/ios/**'
|
||||
- 'yarn.lock'
|
||||
- 'example/yarn.lock'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user