Skip to content

Commit fb94c9a

Browse files
authored
Fix backport branch filtering
1 parent 92a7027 commit fb94c9a

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)