From 986225405abfe4bde22acfb1039415610db6aa94 Mon Sep 17 00:00:00 2001 From: lmoretti96 <51789626+lmoretti96@users.noreply.github.com> Date: Sun, 14 Mar 2021 18:57:00 +0100 Subject: [PATCH] Update Build_Release.yml --- .github/workflows/Build_Release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build_Release.yml b/.github/workflows/Build_Release.yml index 61f99f8..bc23a91 100644 --- a/.github/workflows/Build_Release.yml +++ b/.github/workflows/Build_Release.yml @@ -2,8 +2,8 @@ on: push: # Sequence of patterns matched against refs/tags - #tags: - #- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 + tags: + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 name: Upload Release Asset