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/**'
|
- 'ios/**'
|
||||||
- '*.podspec'
|
- '*.podspec'
|
||||||
- 'example/ios/**'
|
- 'example/ios/**'
|
||||||
- 'yarn.lock'
|
|
||||||
- 'example/yarn.lock'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/build-ios.yml'
|
- '.github/workflows/build-ios.yml'
|
||||||
- 'ios/**'
|
- 'ios/**'
|
||||||
- '*.podspec'
|
- '*.podspec'
|
||||||
- 'example/ios/**'
|
- 'example/ios/**'
|
||||||
- 'yarn.lock'
|
|
||||||
- 'example/yarn.lock'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user