This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-8.x by this push:
     new 3962535d98 TOMEE-4025 - Rename master to main
3962535d98 is described below

commit 3962535d98288b089f5ff18cd5925d9a8eceebb3
Author: Richard Zowalla <[email protected]>
AuthorDate: Tue Aug 16 11:33:58 2022 +0200

    TOMEE-4025 - Rename master to main
---
 .asf.yaml                                     | 2 +-
 .github/workflows/main-pull-request-build.yml | 4 ++--
 .github/workflows/main-push-build.yml         | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index ba365a6999..f151c144b8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -34,7 +34,7 @@ github:
     rebase:  true
   protected_branches:
     # Prevent force pushes to primary branches
-    master: {}
+    main: {}
     tomee-1.7.x: {}
     tomee-7.0.x: {}
     tomee-7.1.x: {}
diff --git a/.github/workflows/main-pull-request-build.yml 
b/.github/workflows/main-pull-request-build.yml
index 28c4f4e2ed..f727bf99f5 100644
--- a/.github/workflows/main-pull-request-build.yml
+++ b/.github/workflows/main-pull-request-build.yml
@@ -1,9 +1,9 @@
-name: CI Pull Request Master
+name: CI Pull Request Main
 
 on:
   pull_request:
     branches:
-      - master
+      - main
   workflow_dispatch:
 
 jobs:
diff --git a/.github/workflows/main-push-build.yml 
b/.github/workflows/main-push-build.yml
index 2463cc31fd..60e556b998 100644
--- a/.github/workflows/main-push-build.yml
+++ b/.github/workflows/main-push-build.yml
@@ -1,9 +1,9 @@
-name: CI Master
+name: CI Main
 
 on:
   push:
     branches:
-      - master
+      - main
   workflow_dispatch:
 
 jobs:

Reply via email to