From 849ea210d6f20ac3f0415d6ef9526f90c5fa0bdd Mon Sep 17 00:00:00 2001
From: Thomas Roehl <Thomas.Roehl@googlemail.com>
Date: Mon, 7 Mar 2022 01:01:57 +0100
Subject: [PATCH] Always run for further testing

---
 .github/workflows/Release.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml
index fda2b78..a7a8074 100644
--- a/.github/workflows/Release.yml
+++ b/.github/workflows/Release.yml
@@ -4,10 +4,7 @@
 name: Release
 
 # Run on tag push
-on:
- push:
-  tags:
-  - '**'
+on: push
 
 jobs: