From: Kai Moritz Date: Wed, 20 Mar 2024 16:10:19 +0000 (+0100) Subject: chore: Renamed action to "Maven-Build" X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=8b01b0f6e2b7f18a01b4dde24e3692dcee91e252;p=demos%2Fkafka%2Fchat chore: Renamed action to "Maven-Build" --- 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: