Update nightly-build.yaml
This commit is contained in:
parent
95c4c42ff0
commit
f8b7062c61
4
.github/workflows/nightly-build.yaml
vendored
4
.github/workflows/nightly-build.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: .NET
|
||||
name: Nightly-build
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -12,7 +12,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
dotnet-version: ['6.0.x','4.8.x' ]
|
||||
dotnet-version: ['6.0.x']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user