[AppVeyor] Don't bump version number on pull requests.
This commit is contained in:
parent
b9a4ba0c1f
commit
e9fc6921d2
|
@ -18,6 +18,8 @@ branches:
|
||||||
# Do not build on tags (GitHub only)
|
# Do not build on tags (GitHub only)
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
|
|
||||||
|
pull_requests:
|
||||||
|
do_not_increment_build_number: true
|
||||||
|
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
# environment configuration #
|
# environment configuration #
|
||||||
|
|
Loading…
Reference in New Issue