From 7b6d10624027b8da798268080854ad14c06dae6e Mon Sep 17 00:00:00 2001 From: VinPropane Date: Mon, 4 May 2026 20:16:08 -0400 Subject: [PATCH] chore: run .NET workflow on all PRs to main --- .github/workflows/dotnet.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 5a75377..8353c5f 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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: