-
You may add another "branch update" trigger when "develop" branch is updated.
-
Previous Value Current Value Open
Closed
-
Yes, use two triggers: one to trigger pull request, and another one to trigger updated branch
-
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?