From 06e1ab3862938a8c0da4937f38690c2da9ddc560 Mon Sep 17 00:00:00 2001 From: Mathieu Poussin Date: Wed, 4 Feb 2026 16:07:34 +0100 Subject: [PATCH] only release on semver --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72cef85..a9583e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: tags: - - '*' + - '*.*.*' permissions: contents: write