tagging
This commit is contained in:
parent
778ad7b4fb
commit
983931ec1a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildReporting.yml
vendored
4
.github/workflows/buildReporting.yml
vendored
|
@ -6,10 +6,10 @@ name: build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, development, docker-setup]
|
branches: [master, development, docker-setup]
|
||||||
|
tags:
|
||||||
|
- '*'
|
||||||
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