feat: enable manual triggering of the deployment workflow
This commit is contained in:
parent
131113f75b
commit
ec6ba877d7
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
@ -3,6 +3,7 @@ name: Deploy to AWS Lambda via SAM
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user