diff options
| -rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index f2f2f408e..57eb66f6d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,6 +1,6 @@ version: '{branch}-{build}' -clone_depth: 10 +clone_depth: 100 # do not build feature branches with open pull requests skip_branch_with_pr: true |
