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


The following commit(s) were added to refs/heads/main by this push:
     new a85202e  Update maven.yml
a85202e is described below

commit a85202eabe5b3fae2b225b36bd66aa522a8900ac
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Feb 3 09:57:38 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 378dcff..15306bf 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:

Reply via email to