Open stefanv opened 3 months ago
What about variant, with a branch build filter of:
push:
push:
branches:
branches:
- main
- main
- *-edition
changing the default branch to be latest
, and changing the output repositories to be "resampling-stats/python-${{ github.ref_name }}"
and `"resampling-stats/r-${{ github.ref_name }}"?
Yeah, anything is fine :)
I'd keep the branch name main, but use logic to label it as latest. Git muscle memory will complain otherwise!
@matthew-brett Rough sketch of what edition build might look like?