From 9330443c794c6481e4db96224241679342e24bdb Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 19 Sep 2017 11:15:32 +0200 Subject: [PATCH] add the restriction of the analysis job to the master branch --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e266c2bb..119338c57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,5 +63,5 @@ analysis: - source .gitlab-ci-env.sh - git submodule update --init --recursive - source ./tools/analysis.sh -# only: -# - master \ No newline at end of file + only: + - master \ No newline at end of file -- GitLab