You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/10/09 08:20:47 UTC

[camel-kafka-connector] branch master updated: build: execute ci-build for pr/push to the camel-master branch

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

lburgazzoli 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 1073095  build: execute ci-build for pr/push to the camel-master branch
1073095 is described below

commit 1073095af0db4f08878e68aa7ed43c7d62df312a
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Fri Oct 9 09:37:14 2020 +0200

    build: execute ci-build for pr/push to the camel-master branch
---
 .github/workflows/ci-build.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 34aa062..20a406d 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -24,9 +24,11 @@ on:
   push:
     branches:
       - master
+      - camel-master
   pull_request:
     branches:
       - master
+      - camel-master
 jobs:
   build:
     runs-on: ubuntu-latest