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