feat: enable manual triggering of the deployment workflow

This commit is contained in:
Ardeman 2025-04-16 11:03:26 +08:00
parent 131113f75b
commit ec6ba877d7

View File

@ -3,6 +3,7 @@ name: Deploy to AWS Lambda via SAM
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy: