mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Only run Travis on master branch, not on export-DXXXXX branches. (#16628)
Summary: Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/16628 Differential Revision: D13922097 Pulled By: ezyang fbshipit-source-id: eb16d90cc61167af5edc0c4e361d7a807a3099e5
This commit is contained in:
committed by
Facebook Github Bot
parent
3672f1536e
commit
d29912f59e
@ -36,3 +36,6 @@ matrix:
|
||||
python: "3.6"
|
||||
script: tools/run-clang-tidy-in-ci.sh
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
Reference in New Issue
Block a user