You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by bm...@apache.org on 2022/07/26 08:07:36 UTC

[shiro] branch BUILD]-maven-ci-1.9.x-and-1.10.x created (now 7e54f928)

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

bmarwell pushed a change to branch BUILD]-maven-ci-1.9.x-and-1.10.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


      at 7e54f928 build fox 1.9.x and 1.10.x

This branch includes the following new commits:

     new 7e54f928 build fox 1.9.x and 1.10.x

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[shiro] 01/01: build fox 1.9.x and 1.10.x

Posted by bm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a commit to branch BUILD]-maven-ci-1.9.x-and-1.10.x
in repository https://gitbox.apache.org/repos/asf/shiro.git

commit 7e54f928b3fae3d46f27f63996a9c7e97d0f17d0
Author: Benjamin Marwell <bm...@apache.org>
AuthorDate: Tue Jul 26 10:07:28 2022 +0200

    build fox 1.9.x and 1.10.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 379a5fff..9a2daae1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -20,9 +20,9 @@ name: Maven CI
 on:
   workflow_dispatch: {}
   push:
-    branches: [ main ]
+    branches: [ main, '1.10.x', '1.9.x' ]
   pull_request:
-    branches: [ main ]
+    branches: [ main, '1.10.x', '1.9.x' ]
 
 jobs:
   build: