Skip to content

Commit

Permalink
Do not build feature branch with open pull requests on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw authored Apr 22, 2017
1 parent 761dfbb commit 934400f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ version: "{build}"
# Do not build on tags (GitHub only)
skip_tags: true

# Do not build feature branch with open pull requests
skip_branch_with_pr: true

environment:
nodejs_version: '4'

Expand Down

0 comments on commit 934400f

Please sign in to comment.