From 0aaf708e3278ea17553ae57b8d1354f47258694b Mon Sep 17 00:00:00 2001 From: Raymond Wang Date: Tue, 25 Oct 2022 14:43:52 -0700 Subject: [PATCH] configure firebase action --- .github/workflows/firebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase.yml b/.github/workflows/firebase.yml index 7627ff0..ddc88ac 100644 --- a/.github/workflows/firebase.yml +++ b/.github/workflows/firebase.yml @@ -2,7 +2,7 @@ name: deploy-production on: pull_request: - branches: [main] + branches: [firebase] jobs: build-and-deploy: