You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/09/01 01:23:06 UTC

[camel-kafka-connector] 02/07: Pointing the github actions to 3.5.0-SNAPSHOT

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

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

commit b87ab800d2f6ad4d32e8971f6a84fc494b896bc7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 25 06:43:09 2020 +0200

    Pointing the github actions to 3.5.0-SNAPSHOT
---
 .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 928332a..ccb869d 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:
-      - master
+      - camel-master
 jobs:
   build:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml
index 035fff7..d181bee 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:
-      - master
+      - camel-master
 jobs:
   build:
     runs-on: ubuntu-latest