From a3297aa80c6c3849e748c0b01b2248503f5dcf13 Mon Sep 17 00:00:00 2001 From: Bentley Hensel Date: Thu, 30 May 2024 13:16:31 -0400 Subject: [PATCH] Workflow Dispatch Signed-off-by: Bentley Hensel --- .github/workflows/firebase-hosting-pull-request.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 64936bac..fc13dc36 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -2,7 +2,12 @@ # https://github.com/firebase/firebase-tools name: Deploy to Firebase Hosting on PR -'on': pull_request + +'on': + pull_request: + # deploy manually + workflow_dispatch: + jobs: build_and_preview: if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'