From 6129e53da367f8bd79687b888c0272e69b3257fe Mon Sep 17 00:00:00 2001 From: leccelecce <24962424+leccelecce@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:52:25 +0100 Subject: [PATCH] Don't run CI builds on docs-only change --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a5a67041..3b06f0dc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,8 @@ on: branches: - dev - master + paths-ignore: + - 'docs/**' # only run the latest commit to avoid cache overwrites concurrency: