Compare commits

...

2 Commits

Author SHA1 Message Date
Ardeman
ec6ba877d7 feat: enable manual triggering of the deployment workflow 2025-04-16 11:03:26 +08:00
Ardeman
131113f75b fix: add missing newline at end of file in template.yml 2025-04-16 10:57:18 +08:00
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -19,4 +19,6 @@ Resources:
Type: Api
Properties:
Path: /
Method: ANY
Method: ANY
Metadata:
BuildMethod: go1.x