From d153fbe9a96d1c77b019f1f14ecef7f4479fd087 Mon Sep 17 00:00:00 2001 From: Jiwan Ahn Date: Mon, 2 Oct 2023 16:10:14 +0900 Subject: [PATCH] :construction_worker: create Diareat Build Test --- .github/workflows/{diareat-CI.yml => diareat-Build.yml} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{diareat-CI.yml => diareat-Build.yml} (88%) diff --git a/.github/workflows/diareat-CI.yml b/.github/workflows/diareat-Build.yml similarity index 88% rename from .github/workflows/diareat-CI.yml rename to .github/workflows/diareat-Build.yml index a5b8110..656237f 100644 --- a/.github/workflows/diareat-CI.yml +++ b/.github/workflows/diareat-Build.yml @@ -1,8 +1,6 @@ -name: Java CI with Gradle +name: Diareat Build Test on: - push: - branches: [ "master" ] pull_request: branches: [ "master" ] @@ -25,3 +23,4 @@ jobs: uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0 with: arguments: build +