Only run push tests on master, release- and final- branches

This commit is contained in:
Matthias Kuhn 2019-03-08 09:39:35 +01:00 committed by GitHub
parent 12f4dd889c
commit 97fcd383b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ cache:
- ${HOME}/.ccache_docker_build_cosmic
- ${HOME}/.ccache_docker_build_bionic
timeout: 1000
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-on-/
if: branch =~ /^master$/ OR branch =~ /^release-\d/ OR branch =~ /^final-\d/
env:
global: