mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
[Travis] Fix backport branch being run as push job (#9680)
(cherry picked from commit eacd47bfa68efd3ee811d745dc73b3c84d973f6e)
This commit is contained in:
parent
e300042ead
commit
4e949da6d1
@ -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: NOT branch =~ /^(cherry-pick-)?backport-\d+-/ AND NOT branch =~ /-patch-\d+$/
|
||||
|
||||
env:
|
||||
global:
|
||||
|
Loading…
x
Reference in New Issue
Block a user