diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-09 18:07:59 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-09 18:07:59 +0000 |
commit | 7ebcead8cfd2edb810dd0cbda816b6cfbd170fe3 (patch) | |
tree | 11880c4059c89149cf997e9b958fb6d32c7dbdad /doc/development/pipelines.md | |
parent | f1a40d0db939dfe8ff95d385e652ff72566be765 (diff) | |
download | gitlab-ce-7ebcead8cfd2edb810dd0cbda816b6cfbd170fe3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/pipelines.md')
-rw-r--r-- | doc/development/pipelines.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/development/pipelines.md b/doc/development/pipelines.md index ec0e5df6a92..1454f91ac20 100644 --- a/doc/development/pipelines.md +++ b/doc/development/pipelines.md @@ -91,7 +91,8 @@ and are as follows: 1. For `master` branch, create a pipeline (this includes on schedules, pushes, merges, etc.). 1. For tags, create a pipeline. 1. If `$GITLAB_INTERNAL` isn't set, don't create a pipeline. - 1. For stable, auto-deploy, and security branches, create a pipeline. +1. For stable, auto-deploy, and security branches, create a pipeline. +1. For any other cases (e.g. when pushing a branch with no MR for it), no pipeline is created. ## `rules`, `if:` conditions and `changes:` patterns |