Skip to content

Commit

Permalink
CI: avoid CI to run on backport branches
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Mar 20, 2019
1 parent adaeb8a commit 0b0160f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# This is the config file for building GDAL and running its autotest suite
# with Travis-ci.org

branches:
except:
- /^(cherry-pick-)?backport-\d+-on-/

matrix:
fast_finish: true
include:
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

branches:
except:
- /(cherry-pick-)?backport-\d+-on-/

environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
Expand Down

0 comments on commit 0b0160f

Please sign in to comment.