Skip to content

Commit d732c98

Browse files
committed
Only build master branch, or PRs to it
Prevents appveyor from aggressively building feature branches and incrementing the build number, independently of the separate PR build that gets triggered anyway
1 parent 91805e5 commit d732c98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
image: Visual Studio 2017
22

33
skip_branch_with_pr: true
4+
branches:
5+
only:
6+
- master
47

58
version: 2.1.0.{build}
69

0 commit comments

Comments
 (0)