ci: don't do releases on all tags

This attempts to make Appveyor more conservative in what tags it thinks
are releases. I don't know for sure, but it looks like the previous
regex could match anywhere, so we anchor it.

Fixes #1195
This commit is contained in:
Andrew Gallant
2019-02-10 12:51:56 -05:00
parent 8c95290ff6
commit 895e26a000

View File

@@ -77,5 +77,5 @@ deploy:
branches:
only:
- /\d+\.\d+\.\d+/
- /^\d+\.\d+\.\d+$/
- master