From 43a3396b9163d3bb433ec43105643dfd1a4511a4 Mon Sep 17 00:00:00 2001 From: Hatem Hosny Date: Sun, 6 Oct 2024 01:19:19 +0300 Subject: [PATCH] fix workflow --- .github/workflows/i18n-update-notify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/i18n-update-notify.yml b/.github/workflows/i18n-update-notify.yml index da3391d59..1c389464c 100644 --- a/.github/workflows/i18n-update-notify.yml +++ b/.github/workflows/i18n-update-notify.yml @@ -4,7 +4,7 @@ on: pull_request_target: branches: [develop] types: [closed] - # paths: ['src/livecodes/i18n/locales/**'] + paths: ['src/livecodes/i18n/locales/**'] jobs: notify: