Improve documentation about only except default values

This commit is contained in:
Shinya Maeda 2018-12-24 18:25:17 +09:00
parent 751217987b
commit ce09844e84
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,