You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/10/13 11:59:08 UTC

[camel] branch main updated: (chores) ci: include core as a testable component

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

orpiske 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 9b3ce26fe63 (chores) ci: include core as a testable component
9b3ce26fe63 is described below

commit 9b3ce26fe637be4b13a8b55b64e1ca218e3c94c8
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu Oct 13 13:58:43 2022 +0200

    (chores) ci: include core as a testable component
---
 .github/workflows/component-pr.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/component-pr.yaml b/.github/workflows/component-pr.yaml
index f7af7263ec7..b425ee08557 100644
--- a/.github/workflows/component-pr.yaml
+++ b/.github/workflows/component-pr.yaml
@@ -23,6 +23,7 @@ on:
       - opened
       - reopened
     paths:
+      - 'core/**'
       - 'components/**'
   workflow_run:
     workflows: [ "main pr build" ]