mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Only run push tests on master, release- and final- branches
This commit is contained in:
parent
12f4dd889c
commit
97fcd383b4
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user