I’m trying to do some really basic testing with Circle to understand how to use it before I apply it to a full-scale project.
I’ve made a repo with two branches, Test and Master. When I push changes to the Test branch, Circle builds the commit. When I submit a pull request from Test to Master, Circle does nothing. Then when I accept the pull request, Circle builds from the Master branch.
I want Circle to build on pull requests. Why isn’t this working?