From df37455edd924404e895175cddf8af0d33ff3341 Mon Sep 17 00:00:00 2001 From: maurizio vitale Date: Thu, 29 Aug 2019 12:50:29 +0100 Subject: [PATCH] Change the condition for master --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f982cfcaf0..26599edc38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ stages: - name: Update Rancher PR if: type = pull_request - name: Update Children Projects - if: branch = development AND type = push OR (tag =~ .*beta.*) + if: branch = master AND type = push OR (tag =~ .*beta.*) addons: chrome: stable