Skip to content

Commit f7bfd33

Browse files
committed
run on develop
1 parent e765d54 commit f7bfd33

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ jobs:
3030
- mv /home/travis/build/mroote/build/factorio-server-manager-windows.zip /home/travis/factorio-server-manager-windows-${TRAVIS_TAG}.zip
3131
deploy:
3232
provider: releases
33-
api_key: ""
33+
api_key: "${GITHUB_TOKEN}"
34+
draft: true
35+
skip_cleanup: true
36+
on:
37+
tags: true
38+
branch: develop
3439
file:
3540
- /home/travis/factorio-server-manager-linux-${TRAVIS_TAG}.zip
3641
- /home/travis/factorio-server-manager-windows-${TRAVIS_TAG}.zip

0 commit comments

Comments
 (0)