Skip to content

Commit 6d7b2ad

Browse files
committed
fix: fixed build after upgrading to 17.x
1 parent c810137 commit 6d7b2ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Continuous Integration
22
on:
33
push:
4-
branches: [main]
4+
branches:
5+
- main
6+
- 'feature/**'
57
pull_request:
68
branches: [main]
79
jobs:
@@ -24,8 +26,6 @@ jobs:
2426
3.1.x
2527
5.0.x
2628
6.0.x
27-
- name: Setup .NET
28-
uses: actions/setup-dotnet@v2
2929
- name: Run tests
3030
run: dotnet test --collect:"XPlat Code Coverage" --logger "GitHubActions"
3131
- name: Upload coverage

0 commit comments

Comments
 (0)