Skip to content

Commit ca04300

Browse files
authored
Merge pull request #9508 from tacaswell/ci_travis_ignore_autobackport
CI: do not run pushes to the auto-backport branches
2 parents 1b56e95 + afa41df commit ca04300

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ language: python
33
dist: trusty
44
sudo: false
55

6+
branches:
7+
except:
8+
- /^auto-backport-of-pr-\d*/
9+
610
cache:
711
pip: true
812
directories:

0 commit comments

Comments
 (0)