I have two Github repos, one for a Github Pages website with the master branch containing the static site generator source for the website, and another repo containing a Git submodule referenced by the master branch of the website repo.
Ideally I need to call the Wercker build procedure on the Github Pages repo if there are changes to the master branches in either of the two Github repos. Please can you let me know if it's possible to use webhooks on two different repos in this manner, and if so, how do I setup the extra webhook to build the website repo when the submodule repo changes?