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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 3eea73760 Run builds only on push to master and pull requests
3eea73760 is described below

commit 3eea73760c4fdc9e1445b2486df9b8909d9abf91
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 3 06:52:52 2026 -0400

    Run builds only on push to master and pull requests
---
 .github/workflows/maven.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 23269be1c..19bc1b25e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -15,7 +15,11 @@
 
 name: Java CI
 
-on: [push, pull_request]
+on:
+  push:
+    branches:
+      - 'master'
+  pull_request: {}
 
 permissions:
   contents: read

Reply via email to