From 742b6417b4068dac99221f71a1466631de290ebb Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 3 Jul 2023 15:30:44 -0600 Subject: [PATCH] chore: update filter pattern (#1340) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23e468ee..10495664 100644 --- a/README.md +++ b/README.md @@ -515,7 +515,7 @@ See [outputs](#outputs) for a list of all available outputs. *.png !*.md test_directory - **/*.sql + **.sql ... ``` @@ -538,7 +538,7 @@ See [inputs](#inputs) for more information. *.png !*.md test_directory - **/*.sql + **.sql - name: Run step if any of the listed files above change if: steps.changed-files-specific.outputs.any_changed == 'true'