github actions on tagging
This commit is contained in:
parent
bf92e51734
commit
778ad7b4fb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/buildReporting.yml
vendored
2
.github/workflows/buildReporting.yml
vendored
|
@ -8,6 +8,8 @@ on:
|
||||||
branches: [master, development, docker-setup]
|
branches: [master, development, docker-setup]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master, development, docker-setup]
|
branches: [master, development, docker-setup]
|
||||||
|
tags:
|
||||||
|
- v*
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
maven-build:
|
maven-build:
|
||||||
|
|
Loading…
Reference in a new issue