Run release workflow on tag pushes

This commit is contained in:
Armin Schrenk
2021-08-11 17:12:17 +02:00
committed by Sebastian Stenzel
parent 637c21c6cc
commit 410215b318

View File

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