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

This commit is contained in:
gamer147
2025-11-26 13:36:22 -05:00
parent 920fd00910
commit 4635ed1b4e
2 changed files with 0 additions and 11 deletions

View File

@@ -12,14 +12,6 @@ on:
- 'FictionArchive.Common/**' - 'FictionArchive.Common/**'
- 'FictionArchive.Service.Shared/**' - 'FictionArchive.Service.Shared/**'
- 'FictionArchive.API/**' - 'FictionArchive.API/**'
pull_request:
branches:
- master
paths:
- 'FictionArchive.Service.*/**'
- 'FictionArchive.Common/**'
- 'FictionArchive.Service.Shared/**'
- 'FictionArchive.API/**'
env: env:
REGISTRY: ${{ gitea.server_url }} REGISTRY: ${{ gitea.server_url }}

View File

@@ -4,9 +4,6 @@ on:
push: push:
tags: tags:
- 'v*.*.*' - 'v*.*.*'
pull_request:
branches:
- master
env: env:
REGISTRY: ${{ gitea.server_url }} REGISTRY: ${{ gitea.server_url }}