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/03/29 15:15:32 UTC

[camel] branch main updated: (chores) ci: run the component check for all the branches

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 efdcaa7  (chores) ci: run the component check for all the branches
efdcaa7 is described below

commit efdcaa7b7060db7c4397ca83a14e33530ccfb657
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Mar 29 17:13:45 2022 +0200

    (chores) ci: run the component check for all the branches
---
 .github/workflows/component-pr.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/component-pr.yaml b/.github/workflows/component-pr.yaml
index e9ec00b..3b5c07d 100644
--- a/.github/workflows/component-pr.yaml
+++ b/.github/workflows/component-pr.yaml
@@ -19,8 +19,6 @@ name: component check
 
 on:
   pull_request_target:
-    branches:
-      - main
     types:
       - opened
       - edited