mirror of https://github.com/raysan5/raylib
CI: Build artifacts for master, not develop tags
See #443 for more information.
This commit is contained in:
parent
f6231aa8b6
commit
d892243d18
|
@ -58,5 +58,5 @@ deploy:
|
|||
skip_cleanup: true
|
||||
on:
|
||||
repo: raysan5/raylib
|
||||
branch: develop
|
||||
branch: master
|
||||
tags: true
|
||||
|
|
|
@ -61,5 +61,5 @@ deploy:
|
|||
prerelease: false
|
||||
force_update: true
|
||||
on:
|
||||
branch: develop
|
||||
branch: master
|
||||
appveyor_repo_tag: true # deploy on tag push only
|
||||
|
|
Loading…
Reference in New Issue