I want to map different branches with different azure pipelines in 1-1 fashion. But a change in single branch is triggering multiple pipelines.
How to prevent this? How to configure single pipeline with single branch and its application.yml file?
I want to map different branches with different azure pipelines in 1-1 fashion. But a change in single branch is triggering multiple pipelines.
How to prevent this? How to configure single pipeline with single branch and its application.yml file?
2
Answers
You can check the documentation here to do that.
What you can do is just specify in your YAML files which branch should trigger each pipeline, like this:
or you can override the trigger