Skip to content

Commit 31828a5

Browse files
Update DotNetCore_Unit_Tests_Linux.yaml
1 parent 5f4896a commit 31828a5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/DotNetCore_Unit_Tests_Linux.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: build and test .NET Core 9.0 Linux
22

33
on:
4-
push:
5-
pull_request:
6-
branches: [ release, development ]
7-
paths:
8-
- '**.cs'
9-
- '**.csproj'
4+
workflow_dispatch:
105

116
env:
127
DOTNET_VERSION: '9.0.x' # The .NET SDK version to use

0 commit comments

Comments
 (0)