Browse Source

CI: Build artifacts for master, not develop tags

See #443 for more information.
Ahmad Fatoum 7 years ago
parent
commit
d892243d18
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .travis.yml
  2. 1 1
      appveyor.yml

+ 1 - 1
.travis.yml

@@ -58,5 +58,5 @@ deploy:
   skip_cleanup: true
   skip_cleanup: true
   on:
   on:
     repo: raysan5/raylib
     repo: raysan5/raylib
-    branch: develop
+    branch: master
     tags: true
     tags: true

+ 1 - 1
appveyor.yml

@@ -61,5 +61,5 @@ deploy:
     prerelease: false
     prerelease: false
     force_update: true
     force_update: true
     on:
     on:
-      branch: develop
+      branch: master
       appveyor_repo_tag: true        # deploy on tag push only
       appveyor_repo_tag: true        # deploy on tag push only