From f87faaa2bf0b23d2848357d862854dac5a372cc3 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Tue, 3 Apr 2018 14:36:48 +0000 Subject: [PATCH] don't run CI in forks --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ffcd70df..66dd63ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,3 +28,5 @@ build and upload the contents: - python code/bands_2d.py - mkdocs build - "rsync -rv site/* solidstate@tnw-tn1.tudelft.net:" + only: + - branches@solidstate/lectures \ No newline at end of file -- GitLab