@@ -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