From cfb220f2109d3895ba65bb41ce0a904192c24ea6 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 13 Oct 2023 13:10:05 +0200 Subject: [PATCH] fixup! ci: run default CI pipeline on master using also macOS and Windows --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 09e307d7a..417dcb0f4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ on: jobs: setup-and-test: - name: Default CI Pipeline / setup-and-test (${{ matrix.os }}, Node ${{ matrix.node-version }}) + name: ${{ github.job }} (${{ matrix.os }}, Node ${{ matrix.node-version }}) runs-on: ${{ matrix.os }} strategy: