From a59a2be69645f019b49f2da6456809776941681d Mon Sep 17 00:00:00 2001 From: Reza Namazi Date: Mon, 20 Dec 2021 08:44:15 +0330 Subject: [PATCH] Change the default branch in code examples from "master" to "main" GitHub has changed the default branch name from "master" to "main". For people who copy and paste these code snippets into their projects, it becomes problematic and confusing. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f123933..1e2e89d 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ name: ci on: push: branches: - - 'master' + - 'main' jobs: docker: @@ -116,7 +116,7 @@ name: ci on: push: branches: - - 'master' + - 'main' jobs: docker: