Browse Source

ci: revise the auto release ci.

pull/1047/head
AsakusaRinne 2 years ago
parent
commit
0301f5f9b4
3 changed files with 4 additions and 5 deletions
  1. +2
    -2
      .github/workflows/build_and_test.yml
  2. +2
    -1
      .github/workflows/release.yml
  3. +0
    -2
      .github/workflows/semantic.yml

+ 2
- 2
.github/workflows/build_and_test.yml View File

@@ -10,7 +10,7 @@ on:
branches: [ "master" ] branches: [ "master" ]


jobs: jobs:
build-and-test-on-windows:
windows:


runs-on: windows-latest runs-on: windows-latest


@@ -37,7 +37,7 @@ jobs:
# - name: Test GPU version # - name: Test GPU version
# run: dotnet test --no-build --verbosity normal # run: dotnet test --no-build --verbosity normal


build-and-test-on-linux:
linux:


runs-on: ubuntu-latest runs-on: ubuntu-latest




+ 2
- 1
.github/workflows/release.yml View File

@@ -50,8 +50,9 @@ jobs:
needs: build needs: build


steps: steps:
- uses: actions/checkout@v3
- name: Setup .NET 6.0.x SDK - name: Setup .NET 6.0.x SDK
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with: with:
dotnet-version: 6.0.x dotnet-version: 6.0.x




+ 0
- 2
.github/workflows/semantic.yml View File

@@ -1,8 +1,6 @@
name: Semantic name: Semantic


on: on:
push:
branches: [ "master" ]
pull_request: pull_request:
branches: [ "master" ] branches: [ "master" ]




Loading…
Cancel
Save