Builds not being triggered from github pull requests

Hi,

My github repo has several pull requests that are waiting on CircleCI builds to pass but they are not being triggered. The last triggered build was a day ago.

Github pull request: https://github.com/kiwiirc/kiwiirc/pull/180
CircleCI project: https://circleci.com/gh/kiwiirc/kiwiirc

Is there something holding it up at the moment?

Ah my bad. I found there’s a default setting that disables building from PRs. All is good now!

Curious what this “default setting” is? All I see is Only build pull request under Advanced Setting, which I’ve enabled–but doing so actually stops all builds except for builds on master. This is the opposite of what I want–I want to ONLY build commits with a corresponding PR.