Commit 8e26cfe7 authored by Vijay Pandian's avatar Vijay Pandian

Update README.md - Formatting yaml example as a list

parent 07071724
......@@ -631,7 +631,9 @@ This means the keys are treated as if joined by an OR. This relationship could b
> (any of refs) OR (any of variables) OR (any of changes) OR (if Kubernetes is active)
In the example below, the `test` job will **not** be created when the pipeline runs for the `master` *OR* if there are changes to the README.md file in the root directory of the repo.
In the example below, the `test` job will **not** be created when **any** of the following are true:
- The pipeline runs for the `master`.
- There are changes to the README.md file in the root directory of the repo.
```yaml
test:
......
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