Rename master branch to main (#820)

Per #312
This commit is contained in:
Tony Arcieri
2021-03-07 10:29:41 -08:00
committed by GitHub
parent ad84df90d7
commit 2c43b7001e
5 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ name: Assign IDs
on:
push:
branches: master
branches: main
jobs:
assign-ids:

View File

@@ -4,7 +4,7 @@ name: Mirror 'main' branch to 'master'
on:
push:
branches: master
branches: main
jobs:
publish-web:

View File

@@ -2,7 +2,7 @@ name: Publish Web
on:
push:
branches: master
branches: main
jobs:
publish-web:

View File

@@ -3,7 +3,7 @@ name: Validate
on:
pull_request: {}
push:
branches: master
branches: main
jobs:
lint: