From b9784fa3ff28bc1d3cc0f7ffa927f3956f7c859b Mon Sep 17 00:00:00 2001 From: Travis Groth Date: Sat, 31 Aug 2019 12:06:14 -0400 Subject: [PATCH] Fix image build conditions (#293) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 462eca96a..75631937f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ stages: - test - "Docker Test Build" - name: "Docker Build and Publish" - if: fork = false AND pull_request = false + if: fork = false AND type = push language: go go: