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 <anco...@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