Skip to content

Commit

Permalink
appveyor: try the regex trick to pick up new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Oct 14, 2016
1 parent 05c59ad commit 8784897
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,15 @@ deploy:
RUST_VERSION: nightly
appveyor_repo_tag: true
# TODO change back to master
branch: try
branch: releases

cache:
- C:\Users\appveyor\.cargo\registry
- target

# TODO uncomment
# branches:
# only:
# - auto
# - try
branches:
only:
# Release tags
- /^v\d+\.\d+\.\d+.*$/
- auto
- try

0 comments on commit 8784897

Please sign in to comment.