Skip to content

Commit

Permalink
add dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
wbornor committed Jan 1, 2024
1 parent b339ed9 commit e026d3d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/sam-deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit e026d3d

Please sign in to comment.