From: Erik Faye-Lund Date: Mon, 22 Jun 2020 09:10:24 +0000 (+0200) Subject: ci: only build docs if any docs changed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=24fe9f43e568bc44b6be380f659da3571b35ad16;p=mesa.git ci: only build docs if any docs changed Reviewed-by: Michel Dänzer Reviewed-by: Daniel Stone Part-of: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84d06860866..ca9a22358c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: