Follow the repository on CircleCI

This will follow the repository on CircleCI, meaning that any new push to the repo will trigger a build.

# From the command line
yarn run oncircle follow
// From JavaScript
const onCircle = require('on-circle');
await onCircle.follow();