github actions on tagging

This commit is contained in:
anhefti 2021-04-22 14:09:02 +02:00
parent bf92e51734
commit 778ad7b4fb

View file

@ -8,6 +8,8 @@ on:
branches: [master, development, docker-setup]
pull_request:
branches: [master, development, docker-setup]
tags:
- v*
jobs:
maven-build: