From ca1821e314ce2d9345ab0fd3473faab04f0ea13e Mon Sep 17 00:00:00 2001 From: kaguillera Date: Thu, 10 Sep 2020 14:31:23 -0400 Subject: [PATCH] Attempt to only build docker when master + push --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3750090f..19d9dedf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,6 +83,12 @@ jobs: branches: only: - master + +stages: + - name: deploy + if: branch = master AND \ + type = push + notifications: email: false slack: