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:
|
on:
|
||||||
repo: containous/traefik
|
repo: containous/traefik
|
||||||
tags: true
|
tags: true
|
||||||
|
condition: ${TRAVIS_TAG} =~ ^v[0-9]+\.[0-9]+\.[0-9]+$
|
||||||
- provider: releases
|
- provider: releases
|
||||||
api_key: ${GITHUB_TOKEN}
|
api_key: ${GITHUB_TOKEN}
|
||||||
file: dist/traefik*
|
file: dist/traefik*
|
||||||
|
|
Loading…
Add table
Reference in a new issue