Does the .circleci and config.yml config information need to exist in all branches in order to be picked up and run tests against that branch?
I have it in the master branch and this runs tests fine, but it appears to not be running any tests against branch commits or PR’s.
There is no active filters in the config file on master to filter out branches. So as far as i can make out it should “just work” as default.