Hey,
I have two pipelines:
- One for opening pull requests:
trigger:
branch:- master
- And second one after pull request is merged:
trigger:
branch:- master
event: - push
- master
Currently when pull request is merged to master, then first pipeline is reached. How can I avoid this? I would like to start first pipeline only in two cases:
- Pull request opened against master
- Commit made to opened pull request