mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-16 19:05:02 -04:00
git: run pipeline only on master and merge requests
This commit is contained in:
parent
5a0cb2e4ce
commit
158bb39a85
@ -13,5 +13,8 @@ stages:
|
||||
|
||||
build:
|
||||
stage: build
|
||||
only:
|
||||
- master
|
||||
- merge_requests
|
||||
script:
|
||||
- 'mvn $MAVEN_CLI_OPTS verify'
|
||||
- 'mvn $MAVEN_CLI_OPTS compile'
|
||||
|
Loading…
x
Reference in New Issue
Block a user