From a0bce0bdf883b20745b5396c83cb4c71fe56699f Mon Sep 17 00:00:00 2001 From: shitzuu Date: Wed, 14 Aug 2024 00:53:24 +0200 Subject: [PATCH] Use more accurate name for a build pipeline --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cc1db8b..9819e8c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ # This workflow will build a Java project with Gradle 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-gradle -name: Java CI with Gradle +name: Build dew on: push: branches: [ "master" ]