Skip to content

Commit

Permalink
Only lint cocoapods on master
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy committed Aug 17, 2019
1 parent c97a6c6 commit 7b54e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
cocoapods-lint:
needs: tests
runs-on: macOS-10.14
if: github.ref == refs/heads/master
steps:
- uses: actions/checkout@v1
- name: Debug
Expand Down

0 comments on commit 7b54e5f

Please sign in to comment.