From b537b1ee5e83d49f6a59b1a4ec24687c0062e804 Mon Sep 17 00:00:00 2001 From: Jess Stratton <97407161+jjstratton@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:15:36 -0800 Subject: [PATCH 1/5] Update branch name from 'master' to 'main' --- .github/workflows/code-climate-coverage-aggregation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-climate-coverage-aggregation.yml b/.github/workflows/code-climate-coverage-aggregation.yml index 2e7ce1b7c..e8d9ecd26 100644 --- a/.github/workflows/code-climate-coverage-aggregation.yml +++ b/.github/workflows/code-climate-coverage-aggregation.yml @@ -2,9 +2,9 @@ name: Generate/Upload all Coverage Reports on: push: - branches: [master] + branches: [main] pull_request: - branches: [master] + branches: [main] jobs: yarn: From ed3200a1107f5130f23a53ccca6aea1931700368 Mon Sep 17 00:00:00 2001 From: Jess Stratton <97407161+jjstratton@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:16:12 -0800 Subject: [PATCH 2/5] Update branch name from 'master' to 'main' --- .github/workflows/cucumber-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cucumber-tests.yml b/.github/workflows/cucumber-tests.yml index 14b21ccd8..c56c131f9 100644 --- a/.github/workflows/cucumber-tests.yml +++ b/.github/workflows/cucumber-tests.yml @@ -2,9 +2,9 @@ name: Cucumber Tests on: pull_request: - branches: [ master ] + branches: [ main ] push: - branches: [ master ] + branches: [ main ] workflow_dispatch: jobs: From a3f3ff6e0f643e1a3e0fc5d159346092a3b33d8b Mon Sep 17 00:00:00 2001 From: Jess Stratton <97407161+jjstratton@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:16:21 -0800 Subject: [PATCH 3/5] Update dev-efiling-admin-build.yaml --- .github/workflows/dev-efiling-admin-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-efiling-admin-build.yaml b/.github/workflows/dev-efiling-admin-build.yaml index 793a76005..e4a5934cf 100644 --- a/.github/workflows/dev-efiling-admin-build.yaml +++ b/.github/workflows/dev-efiling-admin-build.yaml @@ -4,7 +4,7 @@ on: schedule: - cron: "0 0 * */3 *" push: - branches: [master] + branches: [main] paths: - "src/frontend/efiling-demo/**" - ".github/workflows/dev-efiling-admin-build.yaml" @@ -101,4 +101,4 @@ jobs: git add . git commit -m "Update Dev Admin image tag" - git push origin develop # Update the branch name as needed \ No newline at end of file + git push origin develop # Update the branch name as needed From a941a758471e8907efd9ead4e03a709e69786ac9 Mon Sep 17 00:00:00 2001 From: Jess Stratton <97407161+jjstratton@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:16:31 -0800 Subject: [PATCH 4/5] Change branch from 'master' to 'main' in workflow --- .github/workflows/dev-efiling-api-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-efiling-api-build.yaml b/.github/workflows/dev-efiling-api-build.yaml index c13434ffd..eb7c39351 100644 --- a/.github/workflows/dev-efiling-api-build.yaml +++ b/.github/workflows/dev-efiling-api-build.yaml @@ -4,7 +4,7 @@ on: schedule: - cron: "0 0 * */3 *" push: - branches: [master] + branches: [main] paths: - "src/backend/**" - ".github/workflows/dev-efiling-api-build.yaml" From 2ac145898d0744520f64db91fe81cddc9ceceb03 Mon Sep 17 00:00:00 2001 From: Jess Stratton <97407161+jjstratton@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:16:47 -0800 Subject: [PATCH 5/5] Change branch name from 'master' to 'main' --- .github/workflows/dev-efiling-frontend-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-efiling-frontend-build.yaml b/.github/workflows/dev-efiling-frontend-build.yaml index 961b929d5..087d00b82 100644 --- a/.github/workflows/dev-efiling-frontend-build.yaml +++ b/.github/workflows/dev-efiling-frontend-build.yaml @@ -2,7 +2,7 @@ name: Build Efiling Frontend Image and Push to Openshift Registry on: push: - branches: [master] + branches: [main] paths: - "src/frontend/efiling-frontend/**" - ".github/workflows/dev-efiling-frontend-build.yaml" @@ -100,4 +100,4 @@ jobs: git add . git commit -m "Update Dev Frontend image tag" - git push origin develop # Update the branch name as needed \ No newline at end of file + git push origin develop # Update the branch name as needed