Try getting CI to work on next branch

This commit is contained in:
Vincent Prouillet 2018-09-30 23:46:48 +02:00
parent c0090513a0
commit e9acd3bda5
2 changed files with 2 additions and 0 deletions

View file

@ -54,6 +54,7 @@ branches:
# release tags # release tags
- /^v\d+\.\d+\.\d+.*$/ - /^v\d+\.\d+\.\d+.*$/
- master - master
- next
notifications: notifications:
email: false email: false

View file

@ -51,6 +51,7 @@ branches:
# Release tags # Release tags
- /^v\d+\.\d+\.\d+.*$/ - /^v\d+\.\d+\.\d+.*$/
- master - master
- next
# disable automatic builds # disable automatic builds
build: false build: false