Circle not triggering on pull requests

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?

I have the exact same problem, so if you found a solution / workaround, would appreciate any tips on how to achieve this. Thanks!

It works on my repos but It doesn’t work on one…

Same thing is happening to me. Any update on this?