更新 .github/workflows/nightly-build.yaml
This commit is contained in:
6
.github/workflows/nightly-build.yaml
vendored
6
.github/workflows/nightly-build.yaml
vendored
@ -1,13 +1,11 @@
|
|||||||
name: Nightly-build
|
name: Nightly-build
|
||||||
|
|
||||||
on:
|
on: push
|
||||||
push:
|
|
||||||
branches: [ "dev-nightly" ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: windows-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
dotnet-version: ['6.0.x']
|
dotnet-version: ['6.0.x']
|
||||||
|
Reference in New Issue
Block a user