From 0c1191e36228f52b94ea692eed2c94b4b4fdef1b Mon Sep 17 00:00:00 2001 From: Cutls Date: Fri, 12 Apr 2019 23:35:48 +0900 Subject: [PATCH] travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8db7d99b..e923fced 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,10 @@ deploy: # Releases ページにアップロードするファイル file: - TheDesk.dmg + - TheDesk-darwin-x64.zip skip_cleanup: true on: - repo: cutls/TheDesk \ No newline at end of file + repo: cutls/TheDesk +branches: + only: + - master \ No newline at end of file