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
# 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: