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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user