Unverified Commit adb769cd authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] run Travis and Azure Pipelines only for master branch (#3265)

* Update .vsts-ci.yml

* Update .travis.yml
parent ff85e59a
if: branch = master
language: cpp language: cpp
git: git:
......
trigger: trigger:
branches: branches:
include: include:
- '*' - master
tags: tags:
include: include:
- v* - v*
pr:
- master
variables: variables:
PYTHON_VERSION: 3.8 PYTHON_VERSION: 3.8
CONDA_ENV: test-env CONDA_ENV: test-env
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment