diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54887c2..279d5f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,16 +3,8 @@ name: "CI: Build and Test" on: pull_request: branches: [main] - paths: - - "**.cs" - - "**.cshtml" - - "**.tsx" - - "**.js" - - "**.json" - - "**.csproj" - - "**.props" - - "**.targets" - - "**.sln" + push: + branches: [main] jobs: dotnet-format: