Skip to content

Commit 961c109

Browse files
authored
Revert to run only on master branch
1 parent c81e217 commit 961c109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/net-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: .NET CI
33
on:
44
push:
55
branches:
6-
- "*"
6+
- master
77
pull_request:
88
branches:
99
- master
@@ -53,4 +53,4 @@ jobs:
5353
run: msbuild.exe duo_api_csharp.sln
5454

5555
- name: Run Tests dll
56-
run: vstest.console.exe .\test\bin\Debug\test.dll
56+
run: vstest.console.exe .\test\bin\Debug\test.dll

0 commit comments

Comments
 (0)