Skip to content

Commit

Permalink
Update pod-lib-lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loay-ashraf committed Aug 25, 2023
1 parent 66d50be commit 4021373
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/pod-lib-lint.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
name: Cocoapods Library Lint

on:
push:
branches-ignore:
- 'main'
pull_request:
branches-ignore:
- 'main'
# push:
# branches-ignore:
# - 'main'
# pull_request:
# branches-ignore:
# - 'main'
workflow_run:
workflows: [Build iOS, Build macOS]
types: [completed]
branches-ignore: [main]

jobs:
pod-lib-lint:
name: Lint Library For Cocoapods
runs-on: macos-13
if: ${{ github.event.workflow_run.conclusion == 'success' }}

steps:
- name: Checkout
Expand Down

0 comments on commit 4021373

Please sign in to comment.