From b75b25f0b8b029ed8f55ece2de472dcba5f6868f Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Tue, 12 Nov 2024 15:24:03 +0100 Subject: [PATCH] [ci] Do not start builds if only the Release Notes have been modified --- .github/workflows/root-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/root-ci.yml b/.github/workflows/root-ci.yml index 285ca7d8de05e..cc6c440bcf721 100644 --- a/.github/workflows/root-ci.yml +++ b/.github/workflows/root-ci.yml @@ -8,11 +8,16 @@ on: paths-ignore: - 'doc/**' - 'documentation/**' + - 'README/ReleaseNotes/**' push: branches: - 'master' - 'v*-*-*-patches' + paths-ignore: + - 'doc/**' + - 'documentation/**' + - 'README/ReleaseNotes/**' # Allows nightly builds to trigger one run for each branch easily, by # providing the relevant branch as "default" value here: