Merge branch 'docs-fix-only-except-default' into 'master'

Improve documentation about only except default values

Closes #55699

See merge request gitlab-org/gitlab-ce!24016
This commit is contained in:
Marcia Ramos 2019-01-04 17:08:25 +00:00
commit d85e04e452
1 changed files with 2 additions and 2 deletions

View File

@ -392,8 +392,8 @@ job:
The above example will run `job` for all branches on `gitlab-org/gitlab-ce`,
except master.
If a job does not have neither `only` nor `except` rule,
`only: ['branches', 'tags']` is set by default.
If a job does not have an `only` rule, `only: ['branches', 'tags']` is set by
default. If it doesn't have an `except` rule, it is empty.
For example,