Trigger build from push on multiple github repos

We have a multiple module maven project that is building fine, but we have to push a commit to the parent repository to trigger the build.

  • parent maven project repository
    • model repository
    • api repository

Want to know how we can configure CircleCI to listen for pushes to model and api repositories to trigger the parent project build?

Thanks!

1 Like