Only build pushes to master and stable branches
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Родитель
757aea8924
Коммит
baea8bc01f
|
@ -23,6 +23,12 @@ env:
|
|||
matrix:
|
||||
- DB=sqlite
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- "/^stable\\d+(\\.\\d+)?$/"
|
||||
- /^v\d++(\.\d+)?+(\.\d+)?+(\.\d+)?$/
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- "$HOME/.composer/cache/files"
|
||||
|
|
Загрузка…
Ссылка в новой задаче