Update nightly-build.yaml

This commit is contained in:
Sardelka9515 2022-06-06 17:53:03 +08:00 committed by GitHub
parent 95c4c42ff0
commit f8b7062c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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