From 8bc7915f17396f93c1fd5146e1c3ff7a70145471 Mon Sep 17 00:00:00 2001 From: sD Date: Sat, 18 Apr 2020 17:11:45 +0200 Subject: only deploy on tagged commits --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f24f07ca..dbd19cdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,5 @@ deploy: file: "../bin/Attorney_Online_mac_x86_64.zip" draft: true on: + tags: true repo: AttorneyOnline/AO2-Client -- cgit