From a40fcab1824054b59fee72d0c96db0349700d64a Mon Sep 17 00:00:00 2001 From: Lukas Bednar Date: Sat, 10 Mar 2018 00:03:24 +0100 Subject: [PATCH] api-reference: deploy doc on annotated tags Signed-off-by: Lukas Bednar --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 79263acc9da9..e94237a82208 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,6 +56,11 @@ deploy: script: bash hack/gen-swagger-doc/deploy.sh on: branch: master +- provider: script + skip_cleanup: true + script: bash hack/gen-swagger-doc/deploy.sh + on: + tags: true - provider: script skip_cleanup: true script: bash hack/gen-client-python/deploy.sh