We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a71ad1 commit 8e8e69aCopy full SHA for 8e8e69a
appveyor.yml
@@ -14,6 +14,14 @@ version: 1.3.{build}
14
# you can use {branch} name in version format too
15
# version: 1.0.{build}-{branch}
16
17
+# branches to build
18
+branches:
19
+ only:
20
+ - prerelease-v1.3
21
+
22
+# Do not build on tags (GitHub and BitBucket)
23
+skip_tags: true
24
25
#---------------------------------#
26
# environment configuration #
27
0 commit comments