diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27f3124..5374f8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,6 +92,5 @@ githubmirror: - (git commit -m "[Mirror] Replace all internal links and references") || true - git remote add github git@github.com:MontiCore/xml.git - git push github $CI_COMMIT_BRANCH --force - only: - - develop - - master + rules: + - when: never \ No newline at end of file