Add first miggration
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 38s

This commit is contained in:
2025-04-09 23:10:03 +02:00
parent 6627dc93be
commit 086b68c539
10 changed files with 1234 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
name: Game Ideas build for PR
on:
pull_request:
types: [ opened, edited, closed, reopened, synchronize ]
types: [ opened, edited, reopened, synchronize ]
branches:
- 'feature/**'
- main
@@ -22,4 +22,4 @@ jobs:
run: dotnet build ./src/GameIdeas/Client/GameIdeas.BlazorApp/GameIdeas.BlazorApp.csproj
- name: Build API App
run: dotnet build ./src/GameIdeas/Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj
run: dotnet build ./src/GameIdeas/Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj