From 317abc537f262923b7ee33c2f43a4e442d7635fd Mon Sep 17 00:00:00 2001 From: "hanjoo96.cho" Date: Sat, 27 Jul 2024 16:43:41 +0900 Subject: [PATCH] =?UTF-8?q?#70=20=EB=84=A4=EC=9D=B4=EB=B0=8D=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{build.yml => build-and-deploy.yml} | 2 +- .github/workflows/{GrpcPublish.yml => grpc-publish.yml} | 2 +- .github/workflows/{PullRequest.yml => pull-request.yml} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{build.yml => build-and-deploy.yml} (99%) rename .github/workflows/{GrpcPublish.yml => grpc-publish.yml} (98%) rename .github/workflows/{PullRequest.yml => pull-request.yml} (98%) diff --git a/.github/workflows/build.yml b/.github/workflows/build-and-deploy.yml similarity index 99% rename from .github/workflows/build.yml rename to .github/workflows/build-and-deploy.yml index 5cf8d37..f29bf44 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build-and-deploy.yml @@ -1,4 +1,4 @@ -name: Build +name: Build And Deploy on: push: diff --git a/.github/workflows/GrpcPublish.yml b/.github/workflows/grpc-publish.yml similarity index 98% rename from .github/workflows/GrpcPublish.yml rename to .github/workflows/grpc-publish.yml index 672a683..8f623f6 100644 --- a/.github/workflows/GrpcPublish.yml +++ b/.github/workflows/grpc-publish.yml @@ -1,4 +1,4 @@ -name: Build +name: Grpc Publish on: push: diff --git a/.github/workflows/PullRequest.yml b/.github/workflows/pull-request.yml similarity index 98% rename from .github/workflows/PullRequest.yml rename to .github/workflows/pull-request.yml index e55bf50..e3edbd2 100644 --- a/.github/workflows/PullRequest.yml +++ b/.github/workflows/pull-request.yml @@ -1,4 +1,4 @@ -name: Run Tests on Pull Request +name: Build Tests on Pull Request on: pull_request: