This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch gh-workflows-0.4.x-1 in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
commit e4d19aab82a24e2d9ca4aab41faab8d214a2d523 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Aug 18 17:45:49 2020 +0200 Point to correct branch in gh workflows --- .github/workflows/master-push-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml index 035fff7..e4f51eb 100644 --- a/.github/workflows/master-push-build.yml +++ b/.github/workflows/master-push-build.yml @@ -15,12 +15,12 @@ # limitations under the License. # -name: master build +name: camel-kafka-connector-0.4.x build on: push: branches: - - master + - camel-kafka-connector-0.4.x jobs: build: runs-on: ubuntu-latest