This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 6e03532d82 Execute CI on activemq-5.19.x and activemq-6.2.x branches
(#1957)
6e03532d82 is described below
commit 6e03532d82f579eb839f06cfc568195f0467758e
Author: JB Onofré <[email protected]>
AuthorDate: Fri May 1 07:25:39 2026 +0200
Execute CI on activemq-5.19.x and activemq-6.2.x branches (#1957)
---
.github/workflows/ci-quick.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-quick.yml b/.github/workflows/ci-quick.yml
index a31b50d5cd..143eee126b 100644
--- a/.github/workflows/ci-quick.yml
+++ b/.github/workflows/ci-quick.yml
@@ -25,9 +25,9 @@ name: CI Quick
on:
push:
- branches: [ "main", "activemq-6.1.x", "activemq-5.19.x" ]
+ branches: [ "main", "activemq-6.2.x", "activemq-5.19.x" ]
pull_request:
- branches: [ "main", "activemq-6.1.x", "activemq-5.19.x" ]
+ branches: [ "main", "activemq-6.2.x", "activemq-5.19.x" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact