From 2c702090c31754bc06c032a4e7f9c43dd65a9ca1 Mon Sep 17 00:00:00 2001 From: Jun99uu_Lee Date: Thu, 28 Dec 2023 00:27:11 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20fix=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/firebase-hosting-merge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index fc3578c..ad712e9 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -6,6 +6,8 @@ name: Deploy to Firebase Hosting on merge push: branches: - dev + paths: + - "client/**" jobs: build_and_deploy: runs-on: ubuntu-latest