Skip to content

Commit

Permalink
Merge pull request #885 from dcs4cop/pont-884-appveyor-pr-builds
Browse files Browse the repository at this point in the history
Add skip_branch_with_pr: true to AppVeyor config
  • Loading branch information
AliceBalfanz committed Aug 23, 2023
2 parents 4353423 + 61cd549 commit 22eaa79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ configuration: Release
platform:
- x64

# Do not build feature branch with open Pull Requests.
# Note that a feature branch build may still occur on the first push to
# the branch -- see
# https://help.appveyor.com/discussions/questions/18437-skip_branch_with_pr-setting-doesnt-work
skip_branch_with_pr: true

for:
-
matrix:
Expand Down

0 comments on commit 22eaa79

Please sign in to comment.