Parcourir la source

Run release workflow on tag pushes

Armin Schrenk il y a 3 ans
Parent
commit
410215b318
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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