Skip to content

Commit a0cbb78

Browse files
committed
Removed build on push
1 parent b7005ed commit a0cbb78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: .NET Core Desktop
22

33
on:
4-
push:
4+
# push:
55
# branches: [ "Development" ]
66

77
pull_request:
@@ -12,7 +12,7 @@ env:
1212
Test_Project: src/LogExpert.Tests/LogExpert.Tests.csproj
1313

1414
jobs:
15-
build:
15+
build:
1616

1717
strategy:
1818
fail-fast: false

0 commit comments

Comments
 (0)