From 1ca8abbfe81c60c9c2065aef784b592779c2725e Mon Sep 17 00:00:00 2001 From: Christian Visintin Date: Mon, 8 Jun 2026 10:04:07 +0200 Subject: [PATCH] ci: rename ci workflow --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 947ccbb..f7eb0ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,11 +2,12 @@ name: CI on: pull_request: + branches: [main] paths-ignore: - "*.md" - "./site/**/*" push: - branches: [ main ] + branches: [main] paths-ignore: - "*.md" - "./site/**/*" @@ -19,7 +20,7 @@ permissions: jobs: build: - name: Build (${{ matrix.os }}) + name: build-(${{ matrix.os }}) runs-on: ${{ matrix.os }} strategy: fail-fast: false