diff --git a/.github/workflows/go.yml b/.github/workflows/build-and-test.yml similarity index 98% rename from .github/workflows/go.yml rename to .github/workflows/build-and-test.yml index 925866c..7da1bad 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/build-and-test.yml @@ -1,7 +1,7 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Go +name: G on: push: