From a0e43af4ae73d14ab574ee7bab8b582409d3cd2b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 7 Jul 2021 23:33:53 -0400 Subject: [PATCH] Split yaml sections --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38043bc..41f39a4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ don't allow this because they don't work on a level of individual jobs or steps. - 'src/**' # run only if some file in 'src' folder was changed - if: steps.changes.outputs.src == 'true' +- if: steps.changes.outputs.src == 'true' run: ... ``` For more scenarios see [examples](#examples) section.