This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-addons.git
The following commit(s) were added to refs/heads/main by this push:
new 329944d Update maven.yml
329944d is described below
commit 329944d4fea0a3bb6b2db7a83030095cec6367b7
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Feb 3 09:58:14 2025 +0100
Update maven.yml
Fix master to main rename
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 6bf043c..a071462 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -19,11 +19,11 @@ on:
# Run CI on Pushes to "master"" or on pull requests targeting "master".
push:
branches:
- - master
+ - main
- 'experimental/**'
pull_request:
branches:
- - master
+ - main
jobs:
build: