This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 2b9c275f3be4 Avoid building whole project when some descriptive root
files are modified
2b9c275f3be4 is described below
commit 2b9c275f3be4f77a12ea6ba795874f9a0b57a83f
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Jul 20 14:58:44 2026 +0200
Avoid building whole project when some descriptive root files are
modified
These files are used by tooling or provide documentation to developers,
they are not used during the build process
Signed-off-by: Aurélien Pupier <[email protected]>
---
.github/workflows/pr-build-main.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/pr-build-main.yml
b/.github/workflows/pr-build-main.yml
index a651da7b4da8..50daccb45d74 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -24,7 +24,11 @@ on:
# CI-only changes don't need a full build. Use workflow_dispatch to
# test CI changes: gh workflow run "Build and test" -f pr_number=XXXX -f
pr_ref=branch-name
paths-ignore:
+ - .claude-plugin/**
+ - .idea/**
- .github/**
+ - .oss-ai-helper-rules/**
+ - AGENTS.md
- README.md
- SECURITY.md
- Jenkinsfile