mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Explicitly build on tags in Travis
Setting `branch: master` causes tag builds to be skipped, so we have to explicitly also build on tags.
This commit is contained in:
parent
a293b2bf94
commit
3fc2dbdf71
1 changed files with 5 additions and 1 deletions
|
|
@ -24,7 +24,11 @@ services:
|
||||||
- docker
|
- docker
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
- provider: script
|
||||||
script: bash .travis-deploy.sh
|
script: bash .travis-deploy.sh
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
- provider: script
|
||||||
|
script: bash .travis-deploy.sh
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue