feature/ci-cd #1

Merged
homeburger merged 53 commits from feature/ci-cd into main 2026-02-28 23:04:37 -06:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 6e36831db4 - Show all commits

View File

@@ -10,6 +10,7 @@ on:
- feature/ci-cd - feature/ci-cd
paths: paths:
- "api/**" - "api/**"
- ".gitea/workflows/deploy-api.yaml"
jobs: jobs:
build-and-deploy: build-and-deploy:

View File

@@ -10,6 +10,7 @@ on:
- feature/ci-cd - feature/ci-cd
paths: paths:
- "client/**" - "client/**"
- ".gitea/workflows/deploy-client.yaml"
jobs: jobs:
build-and-deploy: build-and-deploy: