chore: run .NET workflow on all PRs to main

pull/65/head
VinPropane 2026-05-04 20:16:08 -04:00
parent efad0e51b2
commit 7b6d106240
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,6 @@
# Build and test the C# solution (server + tests). Targets repo root NeonSprawl.sln.
# pull_request has no paths filter so this job always runs on PRs to main — add check
# ".NET / build" under branch protection required status checks (see PR gate workflow comment).
name: .NET
on:
@ -10,10 +12,6 @@ on:
- ".github/workflows/dotnet.yml"
pull_request:
branches: [main]
paths:
- "NeonSprawl.sln"
- "server/**"
- ".github/workflows/dotnet.yml"
jobs:
build: