This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 7f3bc0b3e14eb574999872ddd70e849ca0c4086a
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Tue Sep 26 07:42:06 2023 +0100

    Ignore markdown files on CI workflow runs
---
 .github/workflows/ci-build.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml
index aec6016d0b..f63f97f8fa 100644
--- a/.github/workflows/ci-build.yaml
+++ b/.github/workflows/ci-build.yaml
@@ -26,6 +26,7 @@ on:
       - "[0-9]+.[0-9]+.x"
     paths-ignore:
       - '**.adoc'
+      - '**.md'
       - 'Jenkinsfile'
       - 'Jenkinsfile.*'
       - 'KEYS'
@@ -40,6 +41,7 @@ on:
       - "[0-9]+.[0-9]+.x"
     paths-ignore:
       - '**.adoc'
+      - '**.md'
       - 'Jenkinsfile'
       - 'Jenkinsfile.*'
       - 'KEYS'

Reply via email to