mirror of
https://github.com/xenia-project/xenia.git
synced 2026-07-11 01:24:34 +02:00
[CI] Only build master branch (and pull requests)
This commit is contained in:
+4
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user