Hi,
I’m trying to setup a webhook in github such that when a pull request is created, I can run a build on the target branch using the source code from the source branch. Does anyone have any experience with this?
Thanks,
Hi,
I’m trying to setup a webhook in github such that when a pull request is created, I can run a build on the target branch using the source code from the source branch. Does anyone have any experience with this?
Thanks,
This should be straightforward. The only thing you need to do is add a user-key
since the default deploy
key is repo specific: https://circleci.com/docs/2.0/gh-bb-integration/#deployment-keys-and-user-keys
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.