Skip to content

Commit ab5d9a9

Browse files
committed
Run CI build in PRs and after merge
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).
1 parent c6039ff commit ab5d9a9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,8 @@ name: "CI: Build and Test"
33
on:
44
pull_request:
55
branches: [main]
6-
paths:
7-
- "**.cs"
8-
- "**.cshtml"
9-
- "**.tsx"
10-
- "**.js"
11-
- "**.json"
12-
- "**.csproj"
13-
- "**.props"
14-
- "**.targets"
15-
- "**.sln"
6+
push:
7+
branches: [main]
168

179
jobs:
1810
dotnet-format:

0 commit comments

Comments
 (0)