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 d079789 commit 83b1d6e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pod-lib-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ on:
# branches-ignore:
# - 'main'
workflow_run:
workflows: ['Build iOS', 'Build macOS']
types: [completed]
branches-ignore: ['main']
workflows:
- 'Build iOS'
- 'Build macOS'
types:
- completed
branches-ignore:
- 'main'

jobs:
pod-lib-lint:
Expand Down

0 comments on commit 83b1d6e

Please sign in to comment.