我的情况下有3个分支机构:
- master
- uat
- develop
我如何定义将合并到开发和合并到主要的请求请求。我正在跟踪此管道请求。
pipelines:
pull-requests:
'**': #this runs as default for any branch not elsewhere defined
- step:
script
- ...
feature/*: #any branch with a feature prefix
- step:
script:
- ...