Ver Fonte

Run release workflow on tag pushes

Armin Schrenk há 3 anos atrás
pai
commit
410215b318
1 ficheiros alterados com 5 adições e 1 exclusões
  1. 5 1
      .github/workflows/release.yml

+ 5 - 1
.github/workflows/release.yml

@@ -1,6 +1,10 @@
 name: Installers and Release
 
-on: [workflow_dispatch]
+on:
+  workflow_dispatch:
+  push:
+    tags:
+      - [0-9].[0-9]+.[0-9]+*
 
 env:
   JAVA_VERSION: 16