diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 95cc405..a8858ed 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -2,8 +2,7 @@ # See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml name: CMake on multiple platforms -on: - workflow_dispatch +on: workflow_dispatch #push: # branches: [ "master" ] #pull_request: @@ -11,6 +10,7 @@ on: jobs: build: + name: Build on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: