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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 67b53e45 allow check-build-test to run for 1.0.x branch (#228)
67b53e45 is described below

commit 67b53e452bc8dd8b2e7650702c37bd77fa0131b7
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 16 12:43:55 2024 +0100

    allow check-build-test to run for 1.0.x branch (#228)
---
 .github/workflows/check-build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/check-build-test.yml 
b/.github/workflows/check-build-test.yml
index 2444a059..81d4fdaa 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -5,7 +5,7 @@ on:
   push:
     branches:
       - main
-      - release-*
+      - 1.0.x
     tags-ignore: [ v.* ]
     
 permissions: {}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to