diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index bb55dbde86..a9fe090013 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -7,7 +7,7 @@ name: dotnet-format on: workflow_dispatch: pull_request: - branches: ["main"] + branches: ["main", "feature*"] paths: - dotnet/** - '.github/workflows/dotnet-format.yml'