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 7c02019
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
runs-on: macOS-10.14
steps:
- uses: actions/checkout@v1
- name: Debug
run: echo ${{ github.ref }}
- name: Verify that podspec lints
- name: Verify that podspec lints (master only)
if: github.ref == refs/heads/master
run: ./build.sh cocoapods-lint

0 comments on commit 7c02019

Please sign in to comment.