From 82c5b26e4980977a478544e65db57158a019706f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20PICOT?= <nanocryk@gmail.com> Date: Fri, 24 Nov 2017 14:30:34 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0550c8a..2751ca4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,8 @@ push_to_github: stage: github-sync variables: GIT_STRATEGY: none + tags: + - github script: - rm -rf ./* - rm -rf .git -- GitLab