From 5cf730984fd3adae4a4305c072032cf792826918 Mon Sep 17 00:00:00 2001 From: Zapic <577358285@qq.com> Date: Tue, 10 Sep 2024 15:22:05 +0800 Subject: [PATCH] ci: update --- .github/workflows/{dotnet.yml => build.yml} | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) rename .github/workflows/{dotnet.yml => build.yml} (70%) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/build.yml similarity index 70% rename from .github/workflows/dotnet.yml rename to .github/workflows/build.yml index fcde8ad..598484c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/build.yml @@ -1,13 +1,8 @@ -# This workflow will build a .NET project -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net - -name: .NET - +name: Build on: push: branches: [ "main" ] - pull_request: - branches: [ "main" ] + workflow_dispatch: jobs: build: