Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run end-to-end tests only on the master branch (#726)
* Run end-to-end tests only on the master branch Our end-to-end tests are costly, but not very rigorous, so they rarely (if ever) catch any failures, but they slow down our development workflow. This change skips the end-to-end tests on pull requests and limits them to the master branch. This has the downside that we'll notice build failures later, but I think this happens so infrequently that it's not a problem. We can revert it later if it becomes a problem. * Fix branch specifier in CircleCI