summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-07-06 10:12:32 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-07-06 10:16:09 +1000
commite972cc9664240d318812a647388a28e16dd5c694 (patch)
tree9cea69d7ea207d75621353456f55d6dd53e435e4 /.gitlab-ci.yml
parent9e24e3f05e2cfc303d68bebd161b22c20f8f747e (diff)
GitLab CI: only rebuild the website when pushing to libinput proper
We don't want to try build when someone pushes to <username>/libinput Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
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"