Github branches

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.

I’ll answer my own question.
Submitting the config to the branch fixed the issues. So it appears it does need to exist in both master and branches for tests to be successfully conducted.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.