Only build iOS if native files changed

This commit is contained in:
Marc Rousavy 2021-03-12 09:59:45 +01:00
parent cdbd605b76
commit b3881db9b8

View File

@ -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: