Explorar el Código

Run release workflow on tag pushes

Armin Schrenk hace 3 años
padre
commit
410215b318
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  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