[FA-11] Cleanup
All checks were successful
CI / build-backend (pull_request) Successful in 1m13s
CI / build-frontend (pull_request) Successful in 26s

This commit is contained in:
gamer147
2025-11-26 16:08:40 -05:00
parent 4635ed1b4e
commit 09ebdb1b2a
3 changed files with 147 additions and 99 deletions

View File

@@ -3,15 +3,8 @@ name: Build Gateway
on:
workflow_dispatch:
push:
branches:
- master
tags:
- 'v*.*.*'
paths:
- 'FictionArchive.Service.*/**'
- 'FictionArchive.Common/**'
- 'FictionArchive.Service.Shared/**'
- 'FictionArchive.API/**'
env:
REGISTRY: ${{ gitea.server_url }}