Skip to content

Commit 94ff721

Browse files
authored
.travis.yml: reenable PPA build on tag push (#26873)
1 parent 5f81db6 commit 94ff721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140

141141
# This builder does the Ubuntu PPA nightly uploads
142142
- stage: build
143-
if: type = cron
143+
if: type = cron || (type = push && tag ~= /^v[0-9]/)
144144
os: linux
145145
dist: bionic
146146
go: 1.20.x

0 commit comments

Comments
 (0)