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:
parent
f9e14a5704
commit
813da60a53
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue