Skip to content

Commit 8387936

Browse files
authored
Fix backport branch naming in travis filter
1 parent 6aae6c8 commit 8387936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cache:
1111
- ${HOME}/.ccache_docker_build_cosmic
1212
- ${HOME}/.ccache_docker_build_bionic
1313
timeout: 1000
14-
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-on-/
14+
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-to-/
1515

1616
env:
1717
global:

0 commit comments

Comments
 (0)