From f1b2758d6da04e62c83d93305e54e7d126efc220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Jan=20K=C3=B6hler?= Date: Mon, 9 Dec 2024 17:29:56 +0100 Subject: [PATCH] Update ci-cd.yml --- .github/workflows/ci-cd.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 66289af4..8c005472 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -11,6 +11,8 @@ on: - '.github/workflows/publish-reports-github-pages.yml' - '**.md' - '*.sh' + - '_quarto.yml' + - 'doc/**' pull_request: branches: [ "main" ] paths-ignore: @@ -19,6 +21,8 @@ on: - '.github/workflows/publish-reports-github-pages.yml' - '**.md' - '*.sh' + - '_quarto.yml' + - 'doc/**' concurrency: group: ${{ github.repository }}-${{ github.event.number || github.head_ref || github.sha }}-${{ github.workflow }}