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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7804de3a fix(#1650): only trigger UI bundle regen when antora-ui-camel 
changes (#1653)
7804de3a is described below

commit 7804de3a999cc92bd7e2435f291eb1b442a0a190
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jun 14 17:57:16 2026 +0200

    fix(#1650): only trigger UI bundle regen when antora-ui-camel changes 
(#1653)
    
    Co-authored-by: Claude Opus 4.6 <[email protected]>
---
 .github/workflows/main-push-ui-bundle.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/main-push-ui-bundle.yml 
b/.github/workflows/main-push-ui-bundle.yml
index 2a8eaa09..dd2c103d 100644
--- a/.github/workflows/main-push-ui-bundle.yml
+++ b/.github/workflows/main-push-ui-bundle.yml
@@ -21,6 +21,8 @@ on:
   push:
     branches:
       - main
+    paths:
+      - 'antora-ui-camel/**'
 jobs:
   build:
     runs-on: ubuntu-latest

Reply via email to