summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAhmad Fatoum <[email protected]>2018-02-19 13:56:55 +0100
committerAhmad Fatoum <[email protected]>2018-02-19 13:56:55 +0100
commitd892243d18aaae5b2c425cd8a504775f105413fe (patch)
treebe2dca31a9e6a4ecebc2146cdea3cd33e23916a8
parentf6231aa8b68cebbdad37bb4beea26ecded74536b (diff)
downloadraylib-d892243d18aaae5b2c425cd8a504775f105413fe.tar.gz
raylib-d892243d18aaae5b2c425cd8a504775f105413fe.zip
CI: Build artifacts for master, not develop tags
See #443 for more information.
-rw-r--r--.travis.yml2
-rw-r--r--appveyor.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 19241346..5037a717 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -58,5 +58,5 @@ deploy:
skip_cleanup: true
on:
repo: raysan5/raylib
- branch: develop
+ branch: master
tags: true
diff --git a/appveyor.yml b/appveyor.yml
index bec37da8..6452a089 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -61,5 +61,5 @@ deploy:
prerelease: false
force_update: true
on:
- branch: develop
+ branch: master
appveyor_repo_tag: true # deploy on tag push only