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

lprimak pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit b0e6484ffcd387a223ea28da6a812ba7525b2615
Author: lprimak <[email protected]>
AuthorDate: Wed Jun 17 08:25:32 2026 -0500

    chore(build, maven.yml): update workflow branches to include '2.x'
---
 .github/workflows/maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5d67fc596..82b4212cb 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,9 +24,9 @@ permissions:
 on:
   workflow_dispatch: { }
   push:
-    branches: [ main, '1.13.x', '1.12.x', '1.11.x', '1.10.x' ]
+    branches: [ main, '2.x', '1.13.x' ]
   pull_request:
-    branches: [ main, '1.13.x', '1.12.x', '1.11.x', '1.10.x' ]
+    branches: [ main, '2.x', '1.13.x' ]
 
 jobs:
   build:

Reply via email to