From 097163c5b577953963202b31798c9b2dd4fd21bd Mon Sep 17 00:00:00 2001 From: Shahan Neda Date: Mon, 26 Aug 2024 12:12:10 -0700 Subject: [PATCH] Made on PR for now --- .github/workflows/prod-firebase-deploy.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prod-firebase-deploy.yml b/.github/workflows/prod-firebase-deploy.yml index 0a90bec7..4dc7cb87 100644 --- a/.github/workflows/prod-firebase-deploy.yml +++ b/.github/workflows/prod-firebase-deploy.yml @@ -2,9 +2,12 @@ name: "Prod: Deploy frontend" on: workflow_dispatch: - push: - branches: - - main + # push: + # branches: + # - main + # paths: + # - "frontend/**" + pull_request: paths: - "frontend/**"