From c97742f706e603618ecabd2613c2c913b005aa12 Mon Sep 17 00:00:00 2001 From: Arne Naegel Date: Fri, 16 Aug 2024 09:04:12 +0200 Subject: [PATCH] Update cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: