From 8e90d861da32d8bf881443c45b4f483eda9914ba Mon Sep 17 00:00:00 2001 From: Sridhar G K Date: Fri, 14 Aug 2026 22:12:46 +0530 Subject: [PATCH] chore(actions): release prevention for chore commits Signed-off-by: Sridhar G K --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 93ead0c48..0be295ee0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -82,7 +82,7 @@ jobs: create-release: name: semantic-release - if: github.ref == 'refs/heads/master' && github.event_name == 'push' && !contains(github.event.head_commit.message, 'chore(release):') + if: github.ref == 'refs/heads/master' && github.event_name == 'push' && !contains(github.event.head_commit.message, 'chore') needs: build runs-on: ubuntu-latest