From ee501790be020b8516bbe360eba1eadd7d067c6e Mon Sep 17 00:00:00 2001 From: mihirogi Date: Wed, 17 Feb 2021 18:15:46 +0900 Subject: [PATCH] ci: wip manually workflow trigger --- .github/workflows/firebase-hosting-merge.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index bc28325..a61c1a2 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -6,6 +6,9 @@ name: Deploy to Firebase Hosting on merge push: branches: - main + workflow_dispatch: + branches: + - main jobs: build_and_deploy: runs-on: ubuntu-latest