From fad0d10e0d55729bf38e870418461e1152b3a30d Mon Sep 17 00:00:00 2001 From: FredrikOseberg Date: Mon, 9 Dec 2024 15:28:43 +0100 Subject: [PATCH] fix: path --- .github/workflows/core-feature-alert.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/core-feature-alert.yml b/.github/workflows/core-feature-alert.yml index dde8c08a77..af6623f59f 100644 --- a/.github/workflows/core-feature-alert.yml +++ b/.github/workflows/core-feature-alert.yml @@ -3,8 +3,8 @@ name: Core Feature Alert on: pull_request: paths: - - src/lib/features/client-feature-toggles - - src/lib/features/frontend-api + - src/lib/features/client-feature-toggles/* + - src/lib/features/frontend-api/* jobs: notify-core-changes: