Can i have multiple circle.yml files in the same project?

We’re using circle to ship mobile builds, and most of the work could be done on a linux VM (testing, building android etc). I was wondering whether it’s possible to have 2 circle.yml files in the same project. When we push to a branch, one of the circle.yml scripts trigger, which creates a tag. Upon creation of the tag, the second circle.yml file triggers to build the project and deliver it to testflight / play developer console.

Thanks!

CircleCI will not recognize multiple circle.yml files. You can check for what branch is being used within circle.yml to run custom logic that way though.