acticate release workflow on any tag

This commit is contained in:
Armin Schrenk
2021-08-11 18:16:16 +02:00
parent 16e1c6f8c9
commit b255996619

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
tags:
- [0-9].[0-9]+.[0-9]+*
- '*'
env:
JAVA_VERSION: 16