From c9f46088812d2843b4f4ba5ec20b5ce332496006 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sun, 24 Dec 2023 23:01:40 +0100 Subject: [PATCH] fix: run action only on tags --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2cab81b..fe0f7b3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -2,8 +2,8 @@ name: Build and Release on: push: - branches: - - main + tags: + - 'v*.*.*' jobs: build: