prevent PR from triggering push

This commit is contained in:
CatDeployed 2018-05-26 20:10:07 -04:00
parent 843d6fd096
commit ca2003ad22

View File

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