Only build pushes to master and stable branches

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst 2017-03-07 10:44:40 +01:00
Родитель 757aea8924
Коммит baea8bc01f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC42AC2A7F0E56D8
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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"