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/18 11:32:20 UTC

[camel] 15/21: (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 camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 836fbbe91d3fdbd9839a1d91237b08c30c7c4d9e
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 47836d91326..f619150dbf3 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" ]