fix(CI) Tests only on master

This commit is contained in:
mfeix 2021-07-23 14:13:37 +02:00
parent a16ef0ae08
commit 9a427f3279
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -11,6 +11,9 @@ include:
Test-Java-Backend:
stage: test
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
when: manual
trigger:
project: gilden/ci/java-backend-template
strategy: depend