summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-02-10 12:51:56 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-02-10 12:51:56 -0500
commit895e26a000cc54643691bdaef5fd7ea5f4451a89 (patch)
tree35c8503587644bd0ac7aa48ec00d180bc21a3230
parent8c95290ff67165d6b12c13cadd129fef28dd5618 (diff)
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
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2d0ebca1..15350c9a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -77,5 +77,5 @@ deploy:
branches:
only:
- - /\d+\.\d+\.\d+/
+ - /^\d+\.\d+\.\d+$/
- master