From 846bf140799a50ec1b229b869d84830e0b67bbf6 Mon Sep 17 00:00:00 2001 From: moklick Date: Tue, 9 Jul 2024 11:32:29 +0200 Subject: [PATCH] chore(gh-actions): activate release workflow --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ce9d920..ae36b619 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,9 @@ name: Release on: - workflow_dispatch: -# push: -# branches: -# - main + push: + branches: + - main concurrency: ${{ github.workflow }}-${{ github.ref }}