Skip to content

Commit adde906

Browse files
committed
fix deployment criteria
1 parent 784e5e9 commit adde906

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#version should be only changed with RELEASE eminent, see RELEASE.md
2-
version: 2.3.{build}
2+
version: 2.2.{build}
33

44
clone_depth: 1
55
pull_requests:
@@ -74,6 +74,6 @@ deploy:
7474
secure: +Zxb8M5W+UJV1yd9n8seu3PvH/hGNPEmgriGBnsSmtxjKPQAJ4+iL7tKAmfPHAuG
7575
artifact: 'NuGetPackages'
7676
on:
77-
branch: /master|v\d+\.\d+\.\d+[.*]/
77+
branch: /master/
7878
APPVEYOR_REPO_TAG: true
7979

0 commit comments

Comments
 (0)