This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch gh-action in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit 1b4b1a0756e4c751b79e7d3e632ef009852422e3 Author: Richard Zowalla <r...@apache.org> AuthorDate: Mon Jul 7 15:11:16 2025 +0200 Update GH action definitions --- .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: