From 8b01b0f6e2b7f18a01b4dde24e3692dcee91e252 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Wed, 20 Mar 2024 17:10:19 +0100 Subject: [PATCH] chore: Renamed action to "Maven-Build" --- .github/workflows/maven.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ac024898..db0a2cb8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,12 +1,4 @@ -# 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://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven - -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -name: Java CI with Maven +name: Maven-Build on: push: -- 2.20.1