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: 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: 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 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" 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