From 23fee9ab16c3f050d73b529d56ae13d410b33f9c Mon Sep 17 00:00:00 2001 From: Alexandru Savulescu <46521150+alexsavulescu@users.noreply.github.com> Date: Mon, 10 Aug 2020 21:03:10 +0200 Subject: [PATCH] whitelist master for after-merge build --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index bec23095f..52655d9d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -190,6 +190,13 @@ after_success: fi +#============================================================================= +# Whitelist master branch to run Travis CI with it after merge +#============================================================================= +branches: + only: + - master + #============================================================================= # Documentation deployment #=============================================================================