Skip to content

Commit

Permalink
chore(ci): check if not a PR (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrynhard authored Jul 22, 2017
1 parent ec732ae commit 6a115cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ script:
set -e
if [[ ! -z "${TRAVIS_PULL_REQUEST}" ]]; then
# Only run if not a PR.
if [[ "${TRAVIS_PULL_REQUEST}" != "false" ]]; then
exit 0
fi
Expand Down

0 comments on commit 6a115cf

Please sign in to comment.