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
No known key found for this signature in database
GPG Key ID: 8F2992163CBBA7FC

View File

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