From d634f2d45a6089d038ecb782135e4c8e584b0499 Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@irstea.fr>
Date: Mon, 27 Sep 2021 14:31:47 +0200
Subject: [PATCH] ci: debug github push

- only push master branch

Refs #11
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 07deaab..3414f62 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,4 +71,4 @@ github:
   script:
     - git remote add github git@github.com:inrae/hubeau.git || FAILED=true
     - git remote set-url github git@github.com:inrae/hubeau.git
-    - git push --mirror github
+    - git push github master
-- 
GitLab