Skip to content

Commit

Permalink
CI: change pattern for skipped branches of backports
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 1, 2019
1 parent b3fca85 commit 94f370c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

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

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

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

environment:
matrix:
Expand Down

0 comments on commit 94f370c

Please sign in to comment.