From 5f3ca99964d89b0e17c03289b8bfa380becf31b8 Mon Sep 17 00:00:00 2001 From: Rapiz Date: Thu, 10 Sep 2020 09:34:53 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8fd583b..2370d07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,5 @@ after_success: - bash upload.sh DungeonRush*.AppImage* branches: - except: - - # Do not build tags that we create when we upload to GitHub Releases - - /^(?i:continuous)/ + only: + - master