From 344f4638bb40c1fff72ace5cc7d0dc215978bd2a Mon Sep 17 00:00:00 2001 From: Valeriia Ruban Date: Wed, 4 Oct 2023 13:15:12 -0700 Subject: [PATCH] =?UTF-8?q?chor:=20update=20rule=20to=20run=20frontend=20g?= =?UTF-8?q?ithub=20tasks=20when=20changes=20are=20made=20=E2=80=A6=20(#190?= =?UTF-8?q?53)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/frontend.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 28a2baebea..aede8a48e1 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -5,10 +5,8 @@ name: frontend on: push: - branches: - - main + paths: - ui/** - - backport/ui/** permissions: contents: read