CI: Build artifacts for master, not develop tags

See #443 for more information.
This commit is contained in:
Ahmad Fatoum 2018-02-19 13:56:55 +01:00
parent f6231aa8b6
commit d892243d18
No known key found for this signature in database
GPG Key ID: C3EAC3DE9321D59B
2 changed files with 2 additions and 2 deletions

View File

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

View File

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