From 04a7a0e3a92993025e86326d1c87b1122fb2c1ba Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 28 Feb 2023 15:41:11 +0100 Subject: [PATCH] github workflows: only create release for stable releases --- .github/workflows/release-on-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index 1c079e0..3a94b44 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -2,7 +2,7 @@ name: Create release when creating a tag on: create: tags: - - '*' + - '[0-9].[0-9].[0-9]' jobs: build-and-release: runs-on: ubuntu-latest