feature/FA-11_CICD #33
@@ -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 }}
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user