Allow dotnet-format workflow on feature branches

Revert unintentional edit
This commit is contained in:
Chris
2025-11-14 11:38:43 -08:00
committed by GitHub
Unverified
parent d95758be10
commit 3e84a5c4a6
+1 -1
View File
@@ -7,7 +7,7 @@ name: dotnet-format
on:
workflow_dispatch:
pull_request:
branches: ["main"]
branches: ["main", "feature*"]
paths:
- dotnet/**
- '.github/workflows/dotnet-format.yml'