From e026d3da9b4ea184c6b5aff150a6e4af7de5e292 Mon Sep 17 00:00:00 2001 From: wbornor Date: Mon, 1 Jan 2024 11:51:14 -0500 Subject: [PATCH] add dispatch --- .github/workflows/sam-deploy-dev.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/sam-deploy-dev.yml b/.github/workflows/sam-deploy-dev.yml index 191c67a..28a580c 100644 --- a/.github/workflows/sam-deploy-dev.yml +++ b/.github/workflows/sam-deploy-dev.yml @@ -1,16 +1,11 @@ name: Deploy SAM - DEV on: + workflow_dispatch: push: branches: - develop - workflow_dispatch: - inputs: - region: - description: 'AWS Region' - required: true - type: string - default: 'us-east-1 + jobs: deploy: