diff --git a/.github/workflows/ci-master-only.yml b/.github/workflows/ci-master-only.yml index 0ed0b5e5..46e63b07 100644 --- a/.github/workflows/ci-master-only.yml +++ b/.github/workflows/ci-master-only.yml @@ -2,9 +2,7 @@ name: CI (master-only jobs) on: push: - branches: - - master - + jobs: cocoapods-lint: env: diff --git a/build.sh b/build.sh index eeba23b0..d5c7ecc0 100755 --- a/build.sh +++ b/build.sh @@ -218,7 +218,7 @@ framework|all) cocoapods-lint|all) echo "Verifying that podspec lints." - set -o pipefail && pod env && pod lib lint --allow-warnings + set -o pipefail && pod env && pod lib lint --allow-warnings --no-clean success="1" ;;