|
export default [
|
|
{
|
|
value: 'only',
|
|
label: 'newPipelineStep.stepType.scm.branchConditionsEnums.only'
|
|
}, {
|
|
value: 'except',
|
|
label: 'newPipelineStep.stepType.scm.branchConditionsEnums.except'
|
|
}, {
|
|
value: 'all',
|
|
label: 'newPipelineStep.stepType.scm.branchConditionsEnums.all'
|
|
}]
|