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>
This commit is contained in:
Peter Hutterer 2018-07-06 10:12:32 +10:00
parent 9e24e3f05e
commit e972cc9664

View file

@ -648,6 +648,8 @@ wayland-web:
only:
refs:
- master
variables:
- $CI_PROJECT_PATH == "libinput/libinput"
dependencies:
variables:
DOT: "%2E"