Skip to content

Commit 7436e19

Browse files
authored
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.
1 parent 102bcd3 commit 7436e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: ['master', 'auto']
5+
branches: ['main', 'auto']
66
pull_request:
77

88
jobs:

0 commit comments

Comments
 (0)