From 843d6fd0963d445f087b95446bb627c64119dfd3 Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Sat, 26 May 2018 20:06:08 -0400 Subject: [PATCH] prevent PR from triggering push --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1fcc1ce..e85b6c4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,8 +5,8 @@ jobs: steps: - checkout - run: - name: Build Postal Docker Container - command: docker build -t postal:latest . + name: Build Postal Docker Container + command: docker build -t postal:latest . #- run: # name: Skip this job for Pull Requests # command: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true'