Skip to content

Commit eacd47b

Browse files
authoredApr 1, 2019
[Travis] Fix backport branch being run as push job (#9680)
1 parent 5b586e8 commit eacd47b

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
@@ -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-/ AND NOT branch =~ /-patch-\d+$/
14+
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-/ AND NOT branch =~ /-patch-\d+$/
1515

1616
env:
1717
global:

0 commit comments

Comments
 (0)
Please sign in to comment.