From 64f67ef8a63a3b8d6382ee108b32d2346c54fc59 Mon Sep 17 00:00:00 2001 From: Rasmus Wejlgaard Date: Wed, 22 Apr 2026 20:44:24 +0100 Subject: [PATCH] add chore option for pipeline --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df44b30..432628c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ permissions: jobs: release: runs-on: ubuntu-latest + if: "!startsWith(github.event.head_commit.message, 'chore:')" steps: - uses: actions/checkout@v4 with: