From e972cc9664240d318812a647388a28e16dd5c694 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 6 Jul 2018 10:12:32 +1000 Subject: [PATCH] GitLab CI: only rebuild the website when pushing to libinput proper We don't want to try build when someone pushes to /libinput Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a1a3bb8..d253b892 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -648,6 +648,8 @@ wayland-web: only: refs: - master + variables: + - $CI_PROJECT_PATH == "libinput/libinput" dependencies: variables: DOT: "%2E"