File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build examples
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ v3 ]
66 pull_request :
7- branches : [ main ]
7+ branches : [ v3 ]
88
99jobs :
1010 build-examples :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Check badges in README.md
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ v3 ]
66 pull_request :
7- branches : [ main ]
7+ branches : [ v3 ]
88
99jobs :
1010 check-badges :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: .NET Core Linux
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ v3 ]
66 pull_request :
7- branches : [ main ]
7+ branches : [ v3 ]
88
99jobs :
1010 build-and-test :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: .NET Framework Windows
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ v3 ]
66 pull_request :
7- branches : [ main ]
7+ branches : [ v3 ]
88
99jobs :
1010 build-and-test :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Pack into Nuget package
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ v3 ]
66 pull_request :
7- branches : [ main ]
7+ branches : [ v3 ]
88
99jobs :
1010 pack-nuget :
You can’t perform that action at this time.
0 commit comments