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:37:57 UTC

[camel-kafka-connector] branch fix-gh-actions created (now 86b87aa)

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

acosentino pushed a change to branch fix-gh-actions
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


      at 86b87aa  Pr Build and push build needs to point to master

This branch includes the following new commits:

     new 86b87aa  Pr Build and push build needs to point to master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 86b87aae27fefb22588b8590e56a6bf04dd06541
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