Skip to content

Commit

Permalink
Modified appveyor.yml script to only build branch prerelease-v1.3 (an…
Browse files Browse the repository at this point in the history
…d not tags)
  • Loading branch information
end2endzone committed Dec 10, 2017
1 parent 8a71ad1 commit 8e8e69a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ version: 1.3.{build}
# you can use {branch} name in version format too
# version: 1.0.{build}-{branch}

# branches to build
branches:
only:
- prerelease-v1.3

# Do not build on tags (GitHub and BitBucket)
skip_tags: true

#---------------------------------#
# environment configuration #
#---------------------------------#
Expand Down

0 comments on commit 8e8e69a

Please sign in to comment.