ci: only build docs if any docs changed

Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5469>
This commit is contained in:
Erik Faye-Lund 2020-06-22 11:10:24 +02:00 committed by Marge Bot
parent d1ca80235d
commit 24fe9f43e5

View file

@ -35,7 +35,11 @@ pages:
paths:
- public
only:
- master@mesa/mesa
refs:
- master@mesa/mesa
changes:
- docs/**/*
- .gitlab-ci.yml
# When to automatically run the CI
.ci-run-policy: