From 1bcc8d832ecb4d940429093a81d42962e2d73d09 Mon Sep 17 00:00:00 2001 From: CarmJos Date: Fri, 22 Apr 2022 13:47:02 +0800 Subject: [PATCH] =?UTF-8?q?[skip=20ci]=20=E4=BF=AE=E6=94=B9CI=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- .github/workflows/maven.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5fabf76..7b2557f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: "Project Deploy" +name: "Deploy & Publish" on: # 支持手动触发构建 diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 9011a58..e34c9ae 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Project Build & Tests +name: Build & Tests on: # 支持手动触发构建