Run iOS jobs on podspec changes (#2136)

Summary:
Updates the run conditions of iOS jobs so that it is triggered when we change "Flipper.podspec" and "FlipperKit.podspec"
## Changelog

- Update the run conditions

Pull Request resolved: https://github.com/facebook/flipper/pull/2136

Test Plan: CI

Reviewed By: passy

Differential Revision: D27402914

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 3b687612f26a0e22773c48540b76a7660bb29ed6
This commit is contained in:
Pritesh Nandgaonkar
2021-03-29 11:40:25 -07:00
committed by Facebook GitHub Bot
parent c5504c862c
commit 526d985d15
2 changed files with 8 additions and 1 deletions

View File

@@ -4,10 +4,14 @@ on:
paths:
- "iOS/**"
- "xplat/**"
- "Flipper.podspec"
- "FlipperKit.podspec"
pull_request:
paths:
- "iOS/**"
- "xplat/**"
- "Flipper.podspec"
- "FlipperKit.podspec"
jobs:
build-sample-objc:

View File

@@ -4,11 +4,14 @@ on:
paths:
- "iOS/**"
- "xplat/**"
- "Flipper.podspec"
- "FlipperKit.podspec"
pull_request:
paths:
- "iOS/**"
- "xplat/**"
- "Flipper.podspec"
- "FlipperKit.podspec"
jobs:
lint-flipperkit_pod:
runs-on: macos-latest