Commit 603c1c27 by Ben Patterson

Merge pull request #62 from edx/benp/push-config-master-only

Do not build other branches unless they are part of a PR.
parents 46e7646c 6e94d8c0
...@@ -6,6 +6,9 @@ script: ...@@ -6,6 +6,9 @@ script:
- make validate - make validate
- git fetch origin master:refs/remotes/origin/master # https://github.com/edx/diff-cover#troubleshooting - git fetch origin master:refs/remotes/origin/master # https://github.com/edx/diff-cover#troubleshooting
- make diff.report - make diff.report
branches:
only:
- master
after_success: after_success:
- coveralls - coveralls
- bash ./scripts/build-stats-to-datadog.sh - bash ./scripts/build-stats-to-datadog.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment