Skip to content

Commit

Permalink
Run CI build in PRs and after merge
Browse files Browse the repository at this point in the history
The main branch protection rule requires these checks to pass, but current filters may prevent the build from running. We also recently agreed to run the build after the PR is merged (or after any push to the main branch).
  • Loading branch information
radekpetruska committed Dec 16, 2024
1 parent c6039ff commit ab5d9a9
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ab5d9a9

Please sign in to comment.