This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch opennlp-2.x
in repository https://gitbox.apache.org/repos/asf/opennlp.git
The following commit(s) were added to refs/heads/opennlp-2.x by this push:
new 9dc11402 Update GH action definitions (#811)
9dc11402 is described below
commit 9dc1140269eef7d6796ce764067e4f2971fddfc1
Author: Richard Zowalla <[email protected]>
AuthorDate: Mon Jul 7 18:18:10 2025 +0200
Update GH action definitions (#811)
---
.github/workflows/license.yml | 2 +-
.github/workflows/maven.yml | 6 +++---
.github/workflows/publish-snapshots.yml | 2 +-
.github/workflows/shell-tests.yml | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index f50266ed..cb9d7686 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -18,7 +18,7 @@ name: CI Main - Regenerate NOTICE
on:
push:
branches:
- - main
+ - opennlp-2.x
workflow_dispatch:
jobs:
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ff54850b..855d2a36 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -16,13 +16,13 @@
name: Java CI
on:
- # Run CI on Pushes to "main"" or on pull requests targeting "main".
+ # Run CI on Pushes to "opennlp-2.x"" or on pull requests targeting
"opennlp-2.x".
push:
branches:
- - main
+ - opennlp-2.x
pull_request:
branches:
- - main
+ - opennlp-2.x
jobs:
build:
diff --git a/.github/workflows/publish-snapshots.yml
b/.github/workflows/publish-snapshots.yml
index 44702200..b355b37d 100644
--- a/.github/workflows/publish-snapshots.yml
+++ b/.github/workflows/publish-snapshots.yml
@@ -21,7 +21,7 @@ name: Publish snapshot artifacts
on:
push:
branches:
- - main
+ - opennlp-2.x
jobs:
publish:
diff --git a/.github/workflows/shell-tests.yml
b/.github/workflows/shell-tests.yml
index 36e9c994..4ee4e92c 100644
--- a/.github/workflows/shell-tests.yml
+++ b/.github/workflows/shell-tests.yml
@@ -18,7 +18,7 @@ name: Shell Tests CI
on:
push:
branches:
- - main
+ - opennlp-2.x
pull_request:
jobs: