mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-04-19 09:02:15 +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:
parent
8c95290ff6
commit
895e26a000
@ -77,5 +77,5 @@ deploy:
|
|||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- /\d+\.\d+\.\d+/
|
- /^\d+\.\d+\.\d+$/
|
||||||
- master
|
- master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user