summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Gibbed <rick@gibbed.us>2017-12-05 18:11:59 -0600
committerGitHub <noreply@github.com>2017-12-05 18:11:59 -0600
commite9fc6921d2f598fb57bcd4e19a4d755e91402e4a (patch)
tree73daa0429958a094b6dfc566de58e76a168ec093
parentb9a4ba0c1f46cb274ac7c3da6319fb9ade0925c2 (diff)
[AppVeyor] Don't bump version number on pull requests.
-rw-r--r--.appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 9be3dbb87..b2029dd54 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -18,6 +18,8 @@ branches:
# Do not build on tags (GitHub only)
skip_tags: true
+pull_requests:
+ do_not_increment_build_number: true
#---------------------------------#
# environment configuration #