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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 2a0e69fa Run builds only on push to master and pull requests
2a0e69fa is described below
commit 2a0e69faa84121c2c310dcc7018e311985c28f2c
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 3 06:53:24 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 ca5362ba..4bfebebf 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