Update circleci and semantic-release to handle master merges
This commit is contained in:
parent
d69b014721
commit
f1b1c83751
@ -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
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
{
|
||||
"branch": "react"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user