Skip to content

Commit

Permalink
(GH-222) Change AppVeyor Branch Config
Browse files Browse the repository at this point in the history
- Enforce only the building of Master and Develop Branches
- i.e. everything should be done as a Pull Request into either of these
branches
  • Loading branch information
gep13 committed Mar 2, 2015
1 parent 41e0a3a commit 0e41f84
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

# version format
version: 1.0.{build}

branches:
only:
- master
- develop

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

0 comments on commit 0e41f84

Please sign in to comment.