dev configuration for api
All checks were successful
Build and Deploy Frontend / build-and-deploy (push) Successful in 6s
Build and Deploy API / build-and-deploy (push) Successful in 11s

This commit is contained in:
2026-03-10 22:58:21 -05:00
parent 9b6a4c75b9
commit b1865afced
4 changed files with 13 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ run-name: "${{ gitea.event.head_commit.message }}: Deploy API"
on:
push:
branches:
- main
#branches:
# - main
paths:
- "api/**"
- ".gitea/workflows/deploy-api.yaml"