-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull Request doesn't trigger build #56
Comments
Can you try with |
OK, so I changed it to develop like you suggested and it works! However, it
now triggers on any pull request and not only pull request pointed at
develop. Is it possible to get the trigger to only work on PR's pointed at
Develop?
…On Fri, Feb 3, 2017 at 11:20 PM, Maxime Meriouma-Caron < ***@***.***> wrote:
Can you try with develop as the base branch instead of refs/heads/develop
in the plugin's settings?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYW1nOqguHDj47_G2tgqPspGFSEkNco4ks5rZCazgaJpZM4L29eo>
.
|
Build should be triggered only if they target |
By setting it to develop it is now triggering a build on pull requests, but
now it is triggering builds on every pull requests, not just ones targeting
develop. Develop is my "master" branch, my core therefore I wanted
automatic builds on PR's targeting it, but not EVERYWHERE.
…On Wed, Feb 8, 2017 at 5:27 PM, Maxime Meriouma-Caron < ***@***.***> wrote:
Build should be triggered only if they target develop, or if you have a
chain of PR targetting develop. e.g: B merges into A, merges into
develop. That would trigger a build for B. Could that be your case?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYW1nCBt1UFHJZjFpAW_OH_gLlSRh_rLks5ramt4gaJpZM4L29eo>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to get it so that when a pull request to only develop happens that it automatically builds, but it isn't triggering anything. What am I doing wrong? Please see below.
The text was updated successfully, but these errors were encountered: