From a5a984164c95e696e0b73c17409cc1468575198e Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Mon, 6 Jul 2020 17:54:35 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bb21ea0682..e2ed992e0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ stages: - name: e2e Test if: (branch != master AND type != cron AND tag IS blank) OR type = api - name: Update Children Projects - if: type = push OR (tag =~ .*beta.*) + if: tag =~ .*beta.* - name: Release tag if: type = cron OR branch = master - name: Trigger ADF child build