From b54a92a16003a94e46ac2dff1a0622d5cd79c488 Mon Sep 17 00:00:00 2001 From: Rishab Kumar <45825464+rishabkumar7@users.noreply.github.com> Date: Thu, 28 Mar 2024 10:46:30 -0400 Subject: [PATCH] Update web-app-deploy.yml added manual trigger to the web app deploy action --- .github/workflows/web-app-deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/web-app-deploy.yml b/.github/workflows/web-app-deploy.yml index 03527c1..c2269b1 100644 --- a/.github/workflows/web-app-deploy.yml +++ b/.github/workflows/web-app-deploy.yml @@ -1,5 +1,6 @@ -name: ci +name: Web App Deployment on: + workflow_dispatch: push: branches: - web_app