From d54ea107f7c1bf7c006f4782a435ba9c33e33f73 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Fri, 24 Nov 2017 23:03:02 +0100 Subject: [PATCH] [CI] Push Github artifacts only on tag Forgot that one the first time round, which created some unnecssary releases. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d71249707..af381d5bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,3 +55,4 @@ deploy: on: repo: raysan5/raylib branch: develop + tags: true