From 3ba0e8f919ef14f9353f053831b2c5636def2738 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Wed, 14 Aug 2019 08:49:46 -0400 Subject: [PATCH] Only run merge on master branch --- .circleci/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index beb284be5..b31ef9d34 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -276,7 +276,7 @@ workflows: version: 2 # PULL REQUESTS - pull_requests: + PR_CHECKS: jobs: - PR_UNIT_TESTS: filters: @@ -303,13 +303,12 @@ workflows: - PR_UNIT_TESTS # MERGE TO MASTER - cut_release: + RELEASE: jobs: - MERGE_UNIT_TESTS: filters: branches: - only: monorepo - # only: master + only: master # Cypress job added by `cypress-io` orb - cypress/run: pre-steps: