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 2020/09/07 14:38:20 UTC

[camel-kafka-connector] branch master updated: Pr Build and push build needs to point to master

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 9792a63  Pr Build and push build needs to point to master
9792a63 is described below

commit 9792a63ff484f5361cf6057d04db9e5f5b6eede0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 7 16:36:50 2020 +0200

    Pr Build and push build needs to point to master
---
 .github/workflows/master-pr-build.yml   | 2 +-
 .github/workflows/master-push-build.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml
index ccb869d..928332a 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -20,7 +20,7 @@ name: master pr build
 on:
   pull_request:
     branches:
-      - camel-master
+      - master
 jobs:
   build:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml
index d181bee..035fff7 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -20,7 +20,7 @@ name: master build
 on:
   push:
     branches:
-      - camel-master
+      - master
 jobs:
   build:
     runs-on: ubuntu-latest