Skip to content

Commit 525a492

Browse files
committed
.travis.yml / appveyor.yml: do not build temporary backport branches (but only the pull requests). Like done in GDAL / PROJ
1 parent 6f879de commit 525a492

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
branches:
2+
except:
3+
- /^(cherry-pick-)?backport-\d+-to-/
4+
15
dist: trusty
26
language: php
37
php:

appveyor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
branches:
2+
except:
3+
- /(cherry-pick-)?backport-\d+-to-/
4+
15
image: Visual Studio 2017
26

37
cache:

0 commit comments

Comments
 (0)