Commit e94295cc authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'rhassanein-changestags' into 'master'

Add tag condition to rules:changes

Closes #55304

See merge request gitlab-org/gitlab!38910
parents 1ce9c95b e0d96473
......@@ -1394,7 +1394,7 @@ the files changed by Git push events.
`rules: changes` works exactly the same way as [`only: changes` and `except: changes`](#onlychangesexceptchanges),
accepting an array of paths. Similarly, it always returns true if there is no
Git push event. It should only be used for branch pipelines or merge request pipelines.
Git push event, for example, when a new tag is created. It should only be used for branch pipelines or merge request pipelines.
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