-
You may add another "branch update" trigger when "develop" branch is updated.
-
Previous Value Current Value Open
Closed
-
Hi
You mean that set the two triggers ? Or only set the "branch update" trigger ?
-
Yes, use two triggers: one to trigger pull request, and another one to trigger updated branch
-
Ok, thank you.
so the job will be run in develop branch after set these 2 triggers? And the relationship among triggers is && or || ?
-
Exactly. As long as one trigger is satisfied, the job will run.
| Type |
Question
|
| Priority |
Normal
|
| Assignee |
Issue Votes (0)
Like the title.
I have a job and it's trigger is like below:
When merge pull requests targeting branches 'develop develop-*'I want the job automatically run when the pull requests has been merged into branch "develop". But all my jobs run in master branch, so How to choice build branch when job is executed automatically by trigger?