summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-02-23 17:22:40 -0800
committerDavid Lord <davidism@gmail.com>2019-02-23 17:22:40 -0800
commit625497e71586a171e01e68e2188d94da412f4960 (patch)
tree293d1dd4121e4c2d9434c0672465c0aab251ae06
parent495ed85918259aadbec59623633ce69379216651 (diff)
downloadmarkupsafe-625497e71586a171e01e68e2188d94da412f4960.tar.gz
more specific appveyor branch regex
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 44d8333..c576a9f 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -30,7 +30,7 @@ deploy:
branches:
only:
- master
- - /^.*\.x$/
+ - /^\d+(\.\d+)*(\.x)?$/
cache:
- '%LOCALAPPDATA%\pip\Cache'