Update circleci and semantic-release to handle master merges

This commit is contained in:
dannyrb 2019-05-15 21:55:03 -04:00
parent d69b014721
commit f1b1c83751
2 changed files with 2 additions and 6 deletions

View File

@ -83,17 +83,16 @@ workflows:
branches:
ignore:
- master
- react
- feature/*
- hotfix/*
# MERGE TO REACT
# MERGE TO MASTER
cut_release:
jobs:
- build_and_test:
filters:
branches:
only: react
only: master
- npm_publish:
requires:
- build_and_test

View File

@ -1,3 +0,0 @@
{
"branch": "react"
}