mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
Whitelisting other branches
This commit is contained in:
parent
44179eca6e
commit
b0f472fd27
1 changed files with 5 additions and 5 deletions
10
.jervis.yml
10
.jervis.yml
|
@ -11,11 +11,11 @@ git:
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
- release*
|
- release/*
|
||||||
- hotfix*
|
- hotfix/*
|
||||||
- feature*
|
- feature/*
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|
Loading…
Reference in a new issue