From 4a5dcb227de71758e0950ec56f63b9b288eb8113 Mon Sep 17 00:00:00 2001 From: Nicole00 Date: Tue, 14 Dec 2021 12:00:37 +0800 Subject: [PATCH] refactor workflow name --- .github/workflows/deploy_release.yml | 2 +- .github/workflows/deploy_snapshot.yml | 2 +- .github/workflows/maven.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index a2a415cb..8e1d440f 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Deploy Exchange release version to Maven Central Repository +name: release on: release: diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index 5a11d843..df62ae1f 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Deploy Exchange SNAPSHOT version to Maven SNAPSHOT Repository +name: snapshot on: push: diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b18af230..c3d96094 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Java CI with Maven +name: pull_request on: push: