mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[Travis] Fix backport branch being run as push job (#9680)
This commit is contained in:
parent
5b586e8139
commit
eacd47bfa6
@ -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-/ AND NOT branch =~ /-patch-\d+$/
|
||||
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-/ AND NOT branch =~ /-patch-\d+$/
|
||||
|
||||
env:
|
||||
global:
|
||||
|
Loading…
x
Reference in New Issue
Block a user