From: Peter Hutterer Date: Fri, 6 Jul 2018 00:12:32 +0000 (+1000) Subject: GitLab CI: only rebuild the website when pushing to libinput proper X-Git-Tag: 1.11.901~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e972cc9664240d318812a647388a28e16dd5c694;p=platform%2Fupstream%2Flibinput.git 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 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a1a3bb..d253b89 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"