From 5f89334403726c1c2412f2657bb7a87f0fb20392 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Tue, 12 Oct 2021 18:43:56 +0200 Subject: [PATCH] Remove refs to 'master' branch --- .github/workflows/node.js.yml | 4 ++-- .tours/db-native.tour | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6be974d8..5b9efbe1 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -5,9 +5,9 @@ name: CI on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] jobs: build: diff --git a/.tours/db-native.tour b/.tours/db-native.tour index 035ef298..caf6f31f 100644 --- a/.tours/db-native.tour +++ b/.tours/db-native.tour @@ -105,5 +105,5 @@ "description": "### Summary\n\nThat's it! You have seen: \n- How to integrate database-specific functions in a CDS model.\n- How to switch between the two implementations for SQLite and SAP HANA." } ], - "ref": "master" + "ref": "main" } \ No newline at end of file diff --git a/README.md b/README.md index 16ee56f1..e9edad8a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Find here a collection of samples for the [SAP Cloud Application Programming Mod ### Download -If you've [Git](https://git-scm.com/downloads) installed, clone this repo as shown below, otherwise [download as ZIP file](archive/master.zip). +If you've [Git](https://git-scm.com/downloads) installed, clone this repo as shown below, otherwise [download as ZIP file](archive/main.zip). ```sh git clone https://github.com/sap-samples/cloud-cap-samples samples