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-email.git
The following commit(s) were added to refs/heads/master by this push:
new 81cd3b67 Run builds only on push to master and pull requests
81cd3b67 is described below
commit 81cd3b6764a8a9e3cacc4d849fd5667351a4e350
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 3 06:53:02 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 ee94a2cd..dbf362a0 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