diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml
index 12aa8e8..a1dcfb3 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: