Add first miggration
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 38s
All checks were successful
Game Ideas build for PR / build_blazor_app (pull_request) Successful in 38s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user