Closed francesco-ballarin closed 11 months ago
Is there a compelling reason for working on a main branch in a fork? I would expect someone working on main on a fork to either:
Is there a compelling reason for working on a main branch in a fork?
None, but one would have to sync their fork once in a while (and this would push to main
) for creating new PRs, as I did this morning while creating this PR.
My rationale for not wanting this change is that the current workflow is as of now is fairly generic (with some assumptions on other workflows existing in the same repo). It makes it easy to copy paste the structure without any fear of missing something repo specific.
Understood!
Forks typically do not have pages enabled (and even if they did it would probably be confusing for search engines to have several copies of the documentation on different
*.github.io
sites).Failure before this PR: https://github.com/francesco-ballarin/adios4dolfinx/actions/runs/7083058047 Tested by temporarily changing the branch name from
main
to**
: https://github.com/francesco-ballarin/adios4dolfinx/actions/runs/7083197628