This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-2 in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
commit bbc48c8587e40ece9a3e68b6b5bb12f4ba8d9ba0 Author: PJ Fanning <[email protected]> AuthorDate: Sat Nov 29 22:39:48 2025 +0100 Add support for branches 1.2.x and 1.3.x --- .github/workflows/check-build-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-build-test.yml b/.github/workflows/check-build-test.yml index bea7f186c..ed5dcbf21 100644 --- a/.github/workflows/check-build-test.yml +++ b/.github/workflows/check-build-test.yml @@ -15,6 +15,8 @@ on: - main - 1.0.x - 1.1.x + - 1.2.x + - 1.3.x tags-ignore: - v* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
