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: on:
push: push:
branches: [main] branches: [main]
workflow_dispatch:
jobs: jobs:
deploy: deploy:

View File

@ -20,3 +20,5 @@ Resources:
Properties: Properties:
Path: / Path: /
Method: ANY Method: ANY
Metadata:
BuildMethod: go1.x