diff --git a/.github/workflows/cxxwrap1.yml b/.github/workflows/cxxwrap1.yml index 7fa14b9..1df2c4e 100644 --- a/.github/workflows/cxxwrap1.yml +++ b/.github/workflows/cxxwrap1.yml @@ -1,4 +1,4 @@ -name: CI +name: cxxwrap1 on: push: branches: diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index d5558a0..67fd49b 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -1,6 +1,6 @@ # This starter workflow is for a CMake project running on a single platform. There is a different starter workflow if you need cross-platform coverage. # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml -name: CMake on a single platform +name: hello on: push: