Skip to content

Commit 1e3cd2f

Browse files
committed
netcoreapp runtime error fix attempt
1 parent 132e934 commit 1e3cd2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Build .NET lib
55

66
on:
77
push:
8-
branches: ["main"]
8+
branches: ["develop"]
99
pull_request:
1010
branches: ["main"]
1111
workflow_dispatch:
@@ -69,6 +69,7 @@ jobs:
6969
uses: actions/setup-dotnet@v4
7070
with:
7171
dotnet-version: |
72+
2.0.x
7273
3.1.x
7374
6.0.x
7475
8.0.x

0 commit comments

Comments
 (0)