prevent PR from triggering push

This commit is contained in:
CatDeployed 2018-05-26 20:05:42 -04:00
parent 0395489ef6
commit df7fe0f698

View File

@ -7,9 +7,9 @@ jobs:
- run: - run:
name: Build Postal Docker Container name: Build Postal Docker Container
command: docker build -t postal:latest . command: docker build -t postal:latest .
- run: #- run:
name: Skip this job for Pull Requests # 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: workflows:
version: 2 version: 2
nightly: nightly: