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