diff --git a/.travis.yml b/.travis.yml index d527954..9d10073 100644 --- a/.travis.yml +++ b/.travis.yml @@ -115,6 +115,6 @@ if: type = pull_request or (type = push and branch = master) # Until deployment of the release binaries is fixed, always build them #- name: deploy - #if: type = push and tag =~ ^v + #if: type = push and tag =~ ^v\d+\.\d+\.\d+[^-]*\$ # not a pre-release tag - name: update-latest - if: type = push and tag =~ ^v + if: type = push and tag =~ ^v\d+\.\d+\.\d+[^-]*\$ # not a pre-release tag