From 4d796a31e074026198107fb4d0568471922e6257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B0=B8=E5=AE=89404?= <101850798+YongAn404@users.noreply.github.com> Date: Sun, 6 Oct 2024 01:47:36 +0800 Subject: [PATCH] Update and rename dotnet.yml to master.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 永安404 <101850798+YongAn404@users.noreply.github.com> --- .github/workflows/{dotnet.yml => master.yml} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename .github/workflows/{dotnet.yml => master.yml} (93%) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/master.yml similarity index 93% rename from .github/workflows/dotnet.yml rename to .github/workflows/master.yml index eedca9a..50733b8 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/master.yml @@ -1,18 +1,16 @@ # 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: YongAnFrame Master CI on: push: branches: - master - - dev pull_request: branches: - master - - dev - + workflow_dispatch: jobs: build: runs-on: windows-latest