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:
|
||||
push:
|
||||
branches: [master, development, docker-setup]
|
||||
tags:
|
||||
- '*'
|
||||
pull_request:
|
||||
branches: [master, development, docker-setup]
|
||||
tags:
|
||||
- v*
|
||||
|
||||
jobs:
|
||||
maven-build:
|
||||
|
|
Loading…
Reference in a new issue