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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new e2583d19 Fix 1.X branch name
e2583d19 is described below

commit e2583d1947498fea644f90b7da89753337291b6d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Apr 13 20:23:35 2024 -0400

    Fix 1.X branch name
---
 .github/workflows/maven-1.x.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-1.x.yml b/.github/workflows/maven-1.x.yml
index 8647c7cc..4227beab 100644
--- a/.github/workflows/maven-1.x.yml
+++ b/.github/workflows/maven-1.x.yml
@@ -17,9 +17,9 @@ name: Java CI
 
 on:
   push:
-    branches: [ 1.x ]
+    branches: [ 1.X ]
   pull_request:
-    branches: [ 1.x ]
+    branches: [ 1.X ]
 
 permissions:
   contents: read

Reply via email to