I’m evaluating CircleCI and ran into a problem right away. I started by adding the project from the CircleCI console (private repo hosted on BitBucket). It immediately tries to perform a build on the master branch, which fails as there is no config.yml yet.
I now created a local branch (improvement/circleci-demo) where I added the config.yml as described in the getting started guide. I pushed the branch to BitHucket and was expecting a trigger to start the build, but nothing happens.
The config.yml looks like this; https://gist.github.com/ErikHellman/8765d48636ecb349a7fdd5c5b04e3ad8
Am I missing a trigger on BitBucket or am I missing something in my config? I only want jobs to be triggered when something is pushed to this branch for now.