Sfoglia il codice sorgente

CI: Build artifacts for master, not develop tags

See #443 for more information.
pull/479/head
Ahmad Fatoum 7 anni fa
parent
commit
d892243d18
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: C3EAC3DE9321D59B
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      .travis.yml
  2. +1
    -1
      appveyor.yml

+ 1
- 1
.travis.yml Vedi File

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

+ 1
- 1
appveyor.yml Vedi 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

Caricamento…
Annulla
Salva