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


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

commit 83ab141dc88f6c329387e25d5b10c68bae2c4f7c
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 3 06:53:16 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 4700a75b..fd4cfac6 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