From 2350c47efb210db068d1ad9dce3a747730a6a8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=E1=B4=87=CA=80=C9=B4=E1=B4=85=20S=E1=B4=84=CA=9C?= =?UTF-8?q?=E1=B4=8F=CA=80=C9=A2=E1=B4=87=CA=80s?= Date: Thu, 17 Feb 2022 09:38:48 +0100 Subject: [PATCH] ci: Update changed charts logic MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs --- .github/actions/collect-changes/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/collect-changes/action.yaml b/.github/actions/collect-changes/action.yaml index c3833024..7f53c79d 100644 --- a/.github/actions/collect-changes/action.yaml +++ b/.github/actions/collect-changes/action.yaml @@ -22,7 +22,7 @@ runs: list-files: shell filters: | addedOrModified: - - added|modified: 'charts/**' + - added|modified: 'charts/*/**' - name: Collect changed charts if: |