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/**' - '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: