Skip to content

Commit adbdcea

Browse files
authoredMar 4, 2019
Fix backport branch filtering by black magic
some internals of github. Probably.
1 parent 14e1c77 commit adbdcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cache:
99
directories:
1010
- ${HOME}/.ccache
1111
timeout: 1000
12-
if: NOT branch =~ /^backport-\d+-on-/
12+
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-on-/
1313

1414
env:
1515
global:

0 commit comments

Comments
 (0)
Please sign in to comment.