Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Feb 20, 2025
1 parent 34abf14 commit a6fb436
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .github/json_matrices/build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@
"PACKAGE_MANAGERS": ["pypi", "npm", "maven", "pkg_go_dev"],
"languages": ["python", "node", "java", "go", "dotnet"]
},
{
"OS": "windows",
"NAMED_OS": "windows",
"RUNNER": "windows-latest",
"ARCH": "x86_64",
"TARGET": "x86_64-pc-windows-msvc",
"PACKAGE_MANAGERS": [],
"run": "always",
"languages": ["dotnet"]
},
{
"OS": "ubuntu",
"NAMED_OS": "linux",
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: C# tests

on:
push:
branches:
- main
- release-*
- v*
paths:
- csharp/**
- glide-core/src/**
Expand Down

0 comments on commit a6fb436

Please sign in to comment.