From f995284bb858ea6b284386e07c538cff7bc8d148 Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Wed, 2 Mar 2022 09:49:25 +0000 Subject: [PATCH] Allow to trigger upstream on demand --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce038cf30b..86d5e98f5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ stages: - name: "Check bundle" if: type = push AND tag IS blank OR (type = cron || type = api) - name: "Trigger Alpha ADF child build" - if: branch = develop AND (type = cron || type = api) + if: (branch = develop AND (type = cron || type = api)) OR commit_message =~ /\[trigger adf\]/ - name: "Build Demo shell" if: tag IS blank - name: "Unit test Lib"