Only run merge on master branch

This commit is contained in:
dannyrb 2019-08-14 08:49:46 -04:00
parent 58fa26b5ac
commit 3ba0e8f919

View File

@ -276,7 +276,7 @@ workflows:
version: 2 version: 2
# PULL REQUESTS # PULL REQUESTS
pull_requests: PR_CHECKS:
jobs: jobs:
- PR_UNIT_TESTS: - PR_UNIT_TESTS:
filters: filters:
@ -303,13 +303,12 @@ workflows:
- PR_UNIT_TESTS - PR_UNIT_TESTS
# MERGE TO MASTER # MERGE TO MASTER
cut_release: RELEASE:
jobs: jobs:
- MERGE_UNIT_TESTS: - MERGE_UNIT_TESTS:
filters: filters:
branches: branches:
only: monorepo only: master
# only: master
# Cypress job added by `cypress-io` orb # Cypress job added by `cypress-io` orb
- cypress/run: - cypress/run:
pre-steps: pre-steps: