[CI] Only build master branch (and pull requests)

This commit is contained in:
Dr. Chat 2018-11-18 11:21:39 -06:00
parent 4436616e6d
commit ba7f6986a4

View File

@ -6,14 +6,11 @@
version: 1.0.{build}-{branch}
# branches to build
# Only building master (and pull requests)
branches:
# whitelist
# only:
# - master
# blacklist
except:
- gh-pages
whitelist
only:
- master
# Do not build on tags (GitHub only)
skip_tags: true