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 6a3631a  Update license.yaml
6a3631a is described below

commit 6a3631a4cfe5fe52d34df021eb27e526787ebcb9
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Feb 3 09:56:55 2025 +0100

    Update license.yaml
    
    Fix master to main rename
---
 .github/workflows/license.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml
index 529a4ec..ca2e0c5 100644
--- a/.github/workflows/license.yaml
+++ b/.github/workflows/license.yaml
@@ -18,7 +18,7 @@ name: CI Master - Regenerate NOTICE
 on:
   push:
     branches:
-      - master
+      - main
   workflow_dispatch:
 
 jobs:
@@ -67,4 +67,4 @@ jobs:
           body: |
             Found some uncommited changes (from NOTICE regeneration) after 
running build on OpenNLP sandbox
           labels: |
-            dependency
\ No newline at end of file
+            dependency

Reply via email to