This is an automated email from the ASF dual-hosted git repository. bdemers pushed a commit to branch build-1-9-prs in repository https://gitbox.apache.org/repos/asf/shiro.git
commit a3d31d686049315106ef2337be5531241dc10532 Author: Brian Demers <[email protected]> AuthorDate: Fri Jun 10 14:35:06 2022 -0400 Add branch 1.9.x to GH Actions build --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index aa278222..eca9719c 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ name: Maven CI on: workflow_dispatch: {} push: - branches: [ main ] + branches: [ main, 1.9.x ] pull_request: branches: [ ]
