You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/04/07 13:11:49 UTC

[camel-kafka-connector] branch master updated: CI-Build: No need for building camel-master anymore

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new cd2c66a  CI-Build: No need for building camel-master anymore
cd2c66a is described below

commit cd2c66a2d234a742846bf47893adbf8b4d4d1571
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 7 15:11:18 2021 +0200

    CI-Build: No need for building camel-master anymore
---
 .github/workflows/ci-build.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 094839c..4d2d74b 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -24,11 +24,9 @@ on:
   push:
     branches:
       - master
-      - camel-master
   pull_request:
     branches:
       - master
-      - camel-master
 jobs:
   build:
     runs-on: ubuntu-latest