Update CI Components authored by Slominski, Ryan's avatar Slominski, Ryan
...@@ -34,7 +34,7 @@ stages: ...@@ -34,7 +34,7 @@ stages:
- src/**/* - src/**/*
``` ```
**Note**: For pipeline types `tag, `scheduled`, and `manual` there is no push event so changes are always `true`. See: [rules:changes](https://docs.gitlab.com/ci/yaml/#ruleschanges) **Note**: For pipeline types `tag`, `scheduled`, and `manual` there is no push event so changes are always `true`. See: [rules:changes](https://docs.gitlab.com/ci/yaml/#ruleschanges)
**Manually** **Manually**
(only when you click New Pipeline button) (only when you click New Pipeline button)
... ...
......