From 015b7b249a922451d4c630b0956d4470ec865cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Lewandowski?= Date: Mon, 4 Nov 2024 14:21:48 +0100 Subject: [PATCH] chore(ARCO-186): check branch name first --- .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 dbc60a463..d06f3247e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,10 +3,10 @@ name: release on: push: - tags: - - "*" branches: - 'main' + tags: + - "*" permissions: contents: write