From d8b2adb7593a3dabf049c3dc712bf40ddc9478fa Mon Sep 17 00:00:00 2001 From: Viren Baraiya Date: Wed, 13 Mar 2024 21:26:06 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24c0666..04787be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,15 @@ name: Build Test and Deploy on: workflow_dispatch: +inputs: + environment: + type: choice + description: Deployment Environment + options: + - dev + - prod + message: + required: true jobs: publish: