From ca2003ad22fd8529bbf7129a83dfe964cb1d1eea Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Sat, 26 May 2018 20:10:07 -0400 Subject: [PATCH] prevent PR from triggering push --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e85b6c4..4dfe4db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,10 +6,10 @@ jobs: - checkout - run: 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' + command: docker build -t postal:dev . + - run: + name: Skip this job for Pull Requests + command: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true' workflows: version: 2 nightly: