From be258f1c36af90807b292ef93ebf81511929204f Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Sat, 26 May 2018 20:30:47 -0400 Subject: [PATCH] prevent PR from triggering push --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7200d29..4dfe4db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ jobs: command: docker build -t postal:dev . - run: name: Skip this job for Pull Requests - command: '[[ ! -v CIRCLE_PR_NUMBER ]] && circleci step halt || true' + command: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true' workflows: version: 2 nightly: