Add feature/0.1.0 to the list of branches
This commit is contained in:
parent
ffadeecb45
commit
f56fc1be3d
|
|
@ -5,6 +5,7 @@ install:
|
|||
branches:
|
||||
only:
|
||||
- dev
|
||||
- feature/0.1.0
|
||||
- /^release\/.*$/
|
||||
- /^(.*\/)?ci-.*$/
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ osx_image: xcode8.2
|
|||
branches:
|
||||
only:
|
||||
- dev
|
||||
- feature/0.1.0
|
||||
- /^release\/.*$/
|
||||
- /^(.*\/)?ci-.*$/
|
||||
before_install:
|
||||
|
|
|
|||
Loading…
Reference in New Issue