This is an automated email from the ASF dual-hosted git repository.
reiabreu pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/2.x by this push:
new 521f980cc Update branches for Maven CI workflow to 2.x
521f980cc is described below
commit 521f980cc49ac1cea20e385e9a8cf6be79503928
Author: reiabreu <[email protected]>
AuthorDate: Fri May 8 23:27:30 2026 +0100
Update branches for Maven CI workflow to 2.x
---
.github/workflows/maven.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index 7f168c9e0..54fd26de4 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -17,9 +17,9 @@ name: Java CI with Maven
on:
pull_request:
- branches: [ "master" ]
+ branches: [ "2.x" ]
push:
- branches: [ "master" ]
+ branches: [ "2.x" ]
jobs:
# Compile once on the minimum supported JDK and share artifacts with test
jobs