Skip to content

Commit 97fcd38

Browse files
authored
Only run push tests on master, release- and final- branches
1 parent 12f4dd8 commit 97fcd38

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: branch =~ /^master$/ OR branch =~ /^release-\d/ OR branch =~ /^final-\d/
1515

1616
env:
1717
global:

0 commit comments

Comments
 (0)