This is an automated email from the ASF dual-hosted git repository. ahuber pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/main by this push: new 3fdf14ee53e CAUSEWAY-2445: reflect branch name changes in GH workflows 3fdf14ee53e is described below commit 3fdf14ee53e5377e6a7fc9c3c6bd01a9a2be3f8f Author: Andi Huber <ahu...@apache.org> AuthorDate: Thu Jan 9 06:44:50 2025 +0100 CAUSEWAY-2445: reflect branch name changes in GH workflows --- .github/workflows/ci-build-artifacts-no-push-maven.yml | 8 ++++---- .github/workflows/ci-build-site-no-push.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml b/.github/workflows/ci-build-artifacts-no-push-maven.yml index 4c7cc90a1f3..2247f345110 100644 --- a/.github/workflows/ci-build-artifacts-no-push-maven.yml +++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml @@ -3,12 +3,12 @@ name: Build, Test (JDK 23) on: push: branches: - - master - - v3 + - main + #- v2 pull_request: branches: - - master - - v3 + - main + #- v2 jobs: # This is a matrix build {'java', 'javascript'}, diff --git a/.github/workflows/ci-build-site-no-push.yml b/.github/workflows/ci-build-site-no-push.yml index 0b9a09c5569..8f91d3efd56 100644 --- a/.github/workflows/ci-build-site-no-push.yml +++ b/.github/workflows/ci-build-site-no-push.yml @@ -3,10 +3,10 @@ name: Build Site (w/ Antora) on: push: branches: - - master + - main pull_request: branches: - - master + - main permissions: contents: read