mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Travis build only on master branches
Avoid duplicate build on branches created for pull requests
This commit is contained in:
@@ -2,6 +2,10 @@ language: python
|
||||
sudo: false
|
||||
cache: pip
|
||||
|
||||
branches:
|
||||
only:
|
||||
- "/^[[:digit:]]{1,2}.[[:digit:]]$/"
|
||||
|
||||
python:
|
||||
- "3.7"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user