Commit ce09844e authored by Shinya Maeda's avatar Shinya Maeda

Improve documentation about only except default values

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