Skip to content

Commit

Permalink
Merge bab55ae into 2132163
Browse files Browse the repository at this point in the history
  • Loading branch information
priteshrnandgaonkar committed Mar 29, 2021
2 parents 2132163 + bab55ae commit ef3e9f1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/iOS-Sample.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
name: Build iOS apps
on: [push, pull_request]
on:
push:
paths:
- "iOS/**"
- "xplat/**"
pull_request:
paths:
- "iOS/**"
- "xplat/**"

jobs:
build-sample-objc:
runs-on: macos-latest
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/iOS-pod-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: Validate Podspecs
on: [push, pull_request]
on:
push:
paths:
- "iOS/**"
- "xplat/**"
pull_request:
paths:
- "iOS/**"
- "xplat/**"

jobs:
lint-flipperkit_pod:
Expand Down

0 comments on commit ef3e9f1

Please sign in to comment.