如何在请求请求上运行管道?

时间:2019-07-31 11:17:57

标签: bitbucket-pipelines

我的情况下有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:
            - ...

0 个答案:

没有答案
相关问题