diff --git a/.travis.yml b/.travis.yml index 250fa67..d0f55e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,6 @@ deploy: file: $CRATE_NAME-$TRAVIS_TAG-$TARGET.* on: tags: true - branch: master provider: releases skip_cleanup: true @@ -60,7 +59,7 @@ before_cache: branches: only: # release tags - - /^v\d+\.\d+\.\d+.*$/ + - /^.*\d+\.\d+\.\d+.*$/ - master notifications: