This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new cb6d15ae59 TOMEE-4025 - Rename master to main
cb6d15ae59 is described below
commit cb6d15ae5992c84a38519828634d8559b2598b64
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 20453888c6..dfc5f7f0cc 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 e2bd3b9c86..7ecbb879d0 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 5612e86512..b1529e4da7 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: