Skip to content

Commit 8e8e69a

Browse files
committed
Modified appveyor.yml script to only build branch prerelease-v1.3 (and not tags)
1 parent 8a71ad1 commit 8e8e69a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ version: 1.3.{build}
1414
# you can use {branch} name in version format too
1515
# version: 1.0.{build}-{branch}
1616

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+
1725
#---------------------------------#
1826
# environment configuration #
1927
#---------------------------------#

0 commit comments

Comments
 (0)