gitlab-org--gitlab-foss/changelogs/unreleased/prevent-running-mr-pipelines-when-target-updated.yml
Shinya Maeda e0efa97c7f Prevent triggering pipelines when target branch is updated
Currently, pipelines for merge requests are triggered when source or
target branch is updated. However, we should create only when source
branch is updated, because it runs unexpected pipelines.
2019-04-08 13:19:10 +07:00

5 lines
123 B
YAML

---
title: Create pipelines for merge requests only when source branch is updated
merge_request: 26921
author:
type: fixed