From a9a55b732260f07e49a01951ae236a159d3e194e Mon Sep 17 00:00:00 2001 From: CatDeployed Date: Sat, 26 May 2018 20:20:45 -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 4dfe4db..7200d29 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: