CI: Only push binaries for develop branch builds
... for now. Syntax was confusing Travis CI, AppVeyor is reporting 401, so lets see if this change at least fixes Travis. If this doesn't work, it might be that @raysan5's token is required.
This commit is contained in:
parent
8337787ced
commit
13fa61f7d9
@ -54,6 +54,4 @@ deploy:
|
||||
skip_cleanup: true
|
||||
on:
|
||||
repo: raysan5/raylib
|
||||
branch:
|
||||
- develop
|
||||
- master
|
||||
branch: develop
|
||||
|
@ -52,8 +52,7 @@ artifacts:
|
||||
- path: 'build\*.zip'
|
||||
|
||||
deploy:
|
||||
description: 'Automatic build by CI'
|
||||
provider: GitHub
|
||||
- provider: GitHub
|
||||
auth_token:
|
||||
secure: lqkfPGZPK828Mmopbicrng08QaaQXAshp0a9E3bMXt8+hpA8vCfDAT3jgU8kaSsW
|
||||
artifact: /.*\.zip/
|
||||
@ -61,7 +60,5 @@ deploy:
|
||||
prerelease: false
|
||||
force_update: true
|
||||
on:
|
||||
branch:
|
||||
- master
|
||||
- develop
|
||||
branch: develop
|
||||
appveyor_repo_tag: true # deploy on tag push only
|
||||
|
Loading…
Reference in New Issue
Block a user