From c1c52e93d4582a3bfbd0679cc68045a5351ecff6 Mon Sep 17 00:00:00 2001 From: thisiswooyeol Date: Mon, 20 Nov 2023 20:57:18 +0900 Subject: [PATCH] refactor: rename springboot action names --- .github/workflows/springboot-on-pr.yaml | 2 +- .github/workflows/springboot-on-push.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/springboot-on-pr.yaml b/.github/workflows/springboot-on-pr.yaml index 67134163..737aa350 100644 --- a/.github/workflows/springboot-on-pr.yaml +++ b/.github/workflows/springboot-on-pr.yaml @@ -1,4 +1,4 @@ -name: Springboot CI +name: Springboot CI on PR on: pull_request: diff --git a/.github/workflows/springboot-on-push.yaml b/.github/workflows/springboot-on-push.yaml index fce322b5..10726396 100644 --- a/.github/workflows/springboot-on-push.yaml +++ b/.github/workflows/springboot-on-push.yaml @@ -1,4 +1,4 @@ -name: Springboot CI +name: Springboot CI on Push on: push: