Exclude RC from doc publication.
This commit is contained in:
parent
1a4564d998
commit
8fe5c22075
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ deploy:
|
|||
on:
|
||||
repo: containous/traefik
|
||||
tags: true
|
||||
condition: ${TRAVIS_TAG} =~ ^v[0-9]+\.[0-9]+\.[0-9]+$
|
||||
- provider: releases
|
||||
api_key: ${GITHUB_TOKEN}
|
||||
file: dist/traefik*
|
||||
|
|
Loading…
Reference in a new issue