You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/04/21 06:24:14 UTC

[camel-examples] 01/02: Moving from master branch to main

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit fa49068829eaadd2284b81dc883089994265b72d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 21 08:23:14 2021 +0200

    Moving from master branch to main
---
 .github/workflows/master-pr-build.yml   | 4 ++--
 .github/workflows/master-push-build.yml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml
index 6829d56..1faafba 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -15,12 +15,12 @@
 # limitations under the License.
 #
 
-name: master pr build
+name: main pr build
 
 on:
   pull_request:
     branches:
-      - master
+      - main
 jobs:
   build:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml
index 09d4ceb..ec4b45d 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -15,12 +15,12 @@
 # limitations under the License.
 #
 
-name: master build
+name: main build
 
 on:
   push:
     branches:
-      - master
+      - main
 jobs:
   build:
     runs-on: ubuntu-latest