Action configuration to use "main" as default repo (#8578)

Updates the action configuration to use "main" as default repository name

The default GitHub branch when creating a repository is now "main" and no longer "master", but included a comment for those with older repositories.

https://github.com/github/renaming
https://www.zdnet.com/article/github-to-replace-master-with-main-starting-next-month/

Co-authored-by: Frank Taillandier <frank.taillandier@gmail.com>
This commit is contained in:
Jonathan Darrer 2021-05-14 20:27:47 +01:00 committed by GitHub
parent f9e14a5704
commit 813da60a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- main
- main # or master before October 2020
jobs:
github-pages: