From aa04ad278812f85afd9df4919a57c97fc65d92ab Mon Sep 17 00:00:00 2001 From: "Mauricio A. Rovira Galvez" <8482308+marovira@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:42:06 -0700 Subject: [PATCH] [brief] Tweaking the release action script. [detailed] - [no ci] --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f25dacc..3ceb32d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,8 +2,10 @@ name: Release on: push: + branches: + - master tags: - - "*.*.*" + - '[1-9].[0-9].[0-9]' workflow_dispatch: permissions: