From 4a359b179a9a4704667003fb6fd03f237a83a4af Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Sat, 17 Aug 2019 08:23:09 -0700 Subject: [PATCH] Fix syntax --- .github/workflows/ci-master-only.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-master-only.yml b/.github/workflows/ci-master-only.yml index 757e9a88e..132a2f315 100644 --- a/.github/workflows/ci-master-only.yml +++ b/.github/workflows/ci-master-only.yml @@ -1,10 +1,9 @@ name: CI (master-only jobs) -on: push - -push: - branches: - - master +on: + push: + branches: + - master jobs: cocoapods-lint: