Skip to content

Commit

Permalink
Merge pull request #63 from Voffkaa/separatePRbranch
Browse files Browse the repository at this point in the history
Added branch name to PR job
  • Loading branch information
Ilya Radchenko committed Feb 1, 2016
2 parents 98353ee + 61e742f commit c9f51da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/webhooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ function pullRequestJob(pr) {
trigger: trigger,
deploy: false,
ref: {
fetch: 'refs/pull/' + pr.number + '/merge'
fetch: 'refs/pull/' + pr.number + '/merge',
branch: pr.base.ref
},
plugin_data: {
github: {
Expand Down

0 comments on commit c9f51da

Please sign in to comment.