feat: enable manual triggering of the deployment workflow
This commit is contained in:
@@ -3,6 +3,7 @@ name: Deploy to AWS Lambda via SAM
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user