diff --git a/.github/workflows/build_and_test_action.yml b/.github/workflows/build_and_test_action.yml index 61064f4c2..aca790087 100644 --- a/.github/workflows/build_and_test_action.yml +++ b/.github/workflows/build_and_test_action.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Java CI with Maven +name: Build and test project on: push: diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index c77d896f5..ac429b631 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -1,5 +1,5 @@ --- -name: "tagged-release" +name: Set tag as release on: push: