webidcg / webid-context

webid context
https://webidcg.github.io/webid-context/webid.json
MIT License
1 stars 2 forks source link

default branch name #1

Closed acoburn closed 2 years ago

acoburn commented 2 years ago

This is more of a discussion than an issue (this is also dangerously close to bikeshedding, which I fully realize).

It is excellent that the context document is published online at https://webidcg.github.io/webid-context/webid.json via GitHub's pages mechanism. I see that the default branch is also currently set as gh-pages. Would it be more conventional for the default branch to be main and just configure the repo to serve the pages from that (main) branch?

melvincarvalho commented 2 years ago

Certainly we can do that, yes

acoburn commented 2 years ago

done. the default branch is now main and the Pages configuration has been adjusted.

melvincarvalho commented 2 years ago

I didn't actually know you could do that, awesome!