diff options
| author | Ahmad Fatoum <[email protected]> | 2018-02-19 13:56:55 +0100 |
|---|---|---|
| committer | Ahmad Fatoum <[email protected]> | 2018-02-19 13:56:55 +0100 |
| commit | d892243d18aaae5b2c425cd8a504775f105413fe (patch) | |
| tree | be2dca31a9e6a4ecebc2146cdea3cd33e23916a8 | |
| parent | f6231aa8b68cebbdad37bb4beea26ecded74536b (diff) | |
| download | raylib-d892243d18aaae5b2c425cd8a504775f105413fe.tar.gz raylib-d892243d18aaae5b2c425cd8a504775f105413fe.zip | |
CI: Build artifacts for master, not develop tags
See #443 for more information.
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | appveyor.yml | 2 |
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 |
