From 05e0df355d4e0061bffbb704182f1f33008b6571 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Mon, 13 Mar 2023 11:14:59 +0100 Subject: [PATCH] .travis.yml: reenable PPA build on tag push --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db21bd5d96ae..925e23b1a57f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -140,7 +140,7 @@ jobs: # This builder does the Ubuntu PPA nightly uploads - stage: build - if: type = cron + if: type = cron || (type = push && tag ~= /^v[0-9]/) os: linux dist: bionic go: 1.20.x