From 94e162b0f0821ce8d034163c04de8527fee7092d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 12 Jun 2020 17:02:50 -0700 Subject: [PATCH] Refine build condition --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3b84c59cd7..1bb61ef81f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,8 @@ branches: - master - /^v\d+\.\d+/ +if: type IN (api, cron) OR tag IS present + notifications: slack: on_success: change