Skip to content

Commit

Permalink
Don't run appveyor on personal branches for now
Browse files Browse the repository at this point in the history
they should still build when there is a PR opened for them
  • Loading branch information
tkelman committed Nov 26, 2014
1 parent 6194e47 commit 9322ca4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ environment:
- ARCH: "i686"
- ARCH: "x86_64"

# Only build on master and PR's for now, not personal branches
# Whether or not PR's get built is determined in the webhook settings
branches:
only:
- master
# TODO: - release-0.3

clone_depth: 50

init:
Expand Down

0 comments on commit 9322ca4

Please sign in to comment.