prevent PR from triggering push

This commit is contained in:
CatDeployed 2018-05-26 20:06:08 -04:00
parent df7fe0f698
commit 843d6fd096

View File

@ -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'