From 9f640b7d220916420a64931db87d5b4eb6f47405 Mon Sep 17 00:00:00 2001 From: arturra Date: Sat, 13 Apr 2024 16:02:07 +0200 Subject: [PATCH] ci(branch): changed branch name in firebase-hosting-merge.yml --- .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 e2c58a7..96f5c40 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: - - master + - main jobs: build_and_deploy: runs-on: ubuntu-latest