From d03d57978a2f739fd5fedfe1603702b74801d7a8 Mon Sep 17 00:00:00 2001 From: inyeong-kang Date: Mon, 11 Sep 2023 10:09:38 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20(#542)=20deafults,=20paths=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/frontend-lighthouse-ci.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend-lighthouse-ci.yml b/.github/workflows/frontend-lighthouse-ci.yml index 338172882..cd4bae328 100644 --- a/.github/workflows/frontend-lighthouse-ci.yml +++ b/.github/workflows/frontend-lighthouse-ci.yml @@ -1,5 +1,15 @@ -name: Run lighthouse CI When Push -on: [push] +name: Run Lighthouse CI When Push + +on: + push: + branches: ['dev'] + paths: + - 'frontend/**' + +defaults: + run: + working-directory: frontend + jobs: lhci: name: Lighthouse CI