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

@ -7,10 +7,13 @@ include:
- project: 'gilden/ci/gitlab-ci-templates'
ref: 'master'
file:
- 'release-template.gitlab-ci.yml'
- 'release-template.gitlab-ci.yml'
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