From 7436e19e6290321409552e98e528f00800a8f8bf Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Wed, 20 Mar 2024 10:19:50 +0100 Subject: [PATCH] Rename `master` branch to `main` This is in line with a new policy for the Servo organization discussed by the Servo TSC. We consider main to be easier to type, friendlier, and more modern so we are standardizing on this branch name for all projects in the organization. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f40fdae..8e53c3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: ['master', 'auto'] + branches: ['main', 'auto'] pull_request: jobs: