Skip to content

Commit afa41df

Browse files
committed
CI: do not run pushes to the auto-backport branches
1 parent 8bc197a commit afa41df

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)