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-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 87349e51 Run builds only on push to master and pull requests
87349e51 is described below
commit 87349e514b2a5496405f53fc4cd973b29c01fc56
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Apr 3 06:52:55 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 e4cfb933..ebe4bc3b 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