From 13bed12238704320529a6fd4840cbc53376ed988 Mon Sep 17 00:00:00 2001 From: ypldan Date: Thu, 1 Jul 2021 13:13:35 +0300 Subject: [PATCH] [*] fixing workflows --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73618c3..6fac01a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ -name: Releases +name: Release on: push: tags: - - '*' + - '*' jobs: Build: