From f33e126fffa46e90f17b553ddf4c5e91f7e0eecb Mon Sep 17 00:00:00 2001 From: subaram sugumar <99140804+suba02@users.noreply.github.com> Date: Fri, 7 Aug 2026 02:51:14 +0530 Subject: [PATCH 1/2] Change branch references from 'main' to 'master' --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3a39869..617438f 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -4,9 +4,9 @@ name: Java Maven Build & Publish Artifact on: push: - branches: [ "main" ] + branches: [ "master" ] pull_request: - branches: [ "main" ] + branches: [ "master" ] jobs: build_test: @@ -39,4 +39,4 @@ jobs: - uses: actions/upload-artifact@v3 with: name: Package - path: staging \ No newline at end of file + path: staging From c0f0a1d124d2d0ef7acec0b40625d9219be1465d Mon Sep 17 00:00:00 2001 From: subaram sugumar <99140804+suba02@users.noreply.github.com> Date: Fri, 7 Aug 2026 03:08:24 +0530 Subject: [PATCH 2/2] Update maven.yml --- .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 617438f..c2879c7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -4,9 +4,9 @@ name: Java Maven Build & Publish Artifact on: push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] jobs: build_test: