From 772fcccc7b327d61a1c07684e6b37f4e29937bd2 Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Mon, 6 Dec 2021 14:26:54 +0200 Subject: [PATCH] Modified GitHub Actions workflow to deploy on push --- .github/workflows/firebase-hosting-merge.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index c9bf898..c747d06 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -1,11 +1,12 @@ # This file was auto-generated by the Firebase CLI # https://github.com/firebase/firebase-tools -name: Deploy to Firebase Hosting on merge +name: Deploy to Firebase Hosting on push 'on': push: branches: - master + - Frontend jobs: build_and_deploy: runs-on: ubuntu-latest