Commit e09f811a authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'document-that-branches-are-not-tested' into 'master'

Document that no pipeline is created when pushing a branch

See merge request gitlab-org/gitlab!26780
parents 3689c4bd 5f2e0234
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment