From 1f270d7aadd023dcee49b19fb0a7a5091ed8a30d Mon Sep 17 00:00:00 2001 From: "aayush@nexleaf.org" Date: Thu, 28 Dec 2023 13:19:02 -0800 Subject: [PATCH] update branch name from master to main --- .github/workflows/firebase-hosting-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index ff02337..1b9c086 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -5,7 +5,7 @@ name: Deploy to Firebase Hosting on merge 'on': push: branches: - - main + - master jobs: build_and_deploy: runs-on: ubuntu-latest