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: