feature/FA-11_CICD #33

Merged
conco merged 27 commits from feature/FA-11_CICD into master 2025-11-26 23:39:45 +00:00
3 changed files with 15 additions and 1 deletions
Showing only changes of commit 6ebfe81ae3 - Show all commits

View File

@@ -7,6 +7,11 @@ on:
- master - master
paths: paths:
- 'FictionArchive.API/**' - 'FictionArchive.API/**'
pull_request:
branches:
- master
paths:
- 'FictionArchive.API/**'
env: env:
REGISTRY: ${{ gitea.server_url }} REGISTRY: ${{ gitea.server_url }}

View File

@@ -1,7 +1,6 @@
name: Build Subgraphs name: Build Subgraphs
on: on:
workflow_dispatch:
push: push:
branches: branches:
- master - master
@@ -9,6 +8,13 @@ on:
- 'FictionArchive.Service.*/**' - 'FictionArchive.Service.*/**'
- 'FictionArchive.Common/**' - 'FictionArchive.Common/**'
- 'FictionArchive.Service.Shared/**' - 'FictionArchive.Service.Shared/**'
pull_request:
branches:
- master
paths:
- 'FictionArchive.Service.*/**'
- 'FictionArchive.Common/**'
- 'FictionArchive.Service.Shared/**'
jobs: jobs:
build-subgraphs: build-subgraphs:

View File

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