From 489c739be2919f06e1ec7c12a7e92c2ebfa7ece1 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 16 May 2020 14:00:03 +0200 Subject: [PATCH] Updated condition to run docker publish --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01c49ebb..8459100b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ jobs: include: - name: "Docker publish" php: '7.4' - if: env(TRAVIS_PULL_REQUEST) = 'false' + if: NOT type = pull_request env: - DOCKER_PUBLISH="true" - name: "CI"