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 bd69901b Build both master and 1.x branches
bd69901b is described below

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

    Build both master and 1.x branches
---
 .github/workflows/{maven.yml => maven-1.x.yml}    | 6 +++++-
 .github/workflows/{maven.yml => maven-master.yml} | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven-1.x.yml
similarity index 96%
copy from .github/workflows/maven.yml
copy to .github/workflows/maven-1.x.yml
index 1fe0ef25..8647c7cc 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven-1.x.yml
@@ -15,7 +15,11 @@
 
 name: Java CI
 
-on: [push, pull_request]
+on:
+  push:
+    branches: [ 1.x ]
+  pull_request:
+    branches: [ 1.x ]
 
 permissions:
   contents: read
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven-master.yml
similarity index 96%
rename from .github/workflows/maven.yml
rename to .github/workflows/maven-master.yml
index 1fe0ef25..19af2bdc 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven-master.yml
@@ -15,7 +15,11 @@
 
 name: Java CI
 
-on: [push, pull_request]
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
 
 permissions:
   contents: read

Reply via email to