1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-02 02:56:32 +02:00

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
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

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