.travis.yml: reenable PPA build on tag push (#26873)

pull/26877/head
Felix Lange 2 years ago committed by GitHub
parent 5f81db68c6
commit 94ff721911
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .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

Loading…
Cancel
Save