Skip to content

Commit

Permalink
.travis.yml: reenable PPA build on tag push (#26873)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Mar 13, 2023
1 parent 5f81db6 commit 94ff721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94ff721

Please sign in to comment.