Skip to content

Commit c0eefae

Browse files
3nidsnyalldawson
authored andcommittedApr 2, 2019
[Travis] Fix backport branch being run as push job (#9680)
(cherry picked from commit eacd47b)
1 parent abcf953 commit c0eefae

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-/
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.