From 6b2aece8d8bdd3e872603a3fe07d6bc438ae3d24 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Fri, 22 Mar 2024 13:42:02 +0100 Subject: [PATCH] Rename `master` branch to `main` (#522) 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 c3e905e..28a1344 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: CI on: push: - branches: [master] + branches: [main] pull_request: workflow_dispatch: merge_group: