Closed RMCrean closed 4 weeks ago
P.S. I was looking into the creating new releases/tagging question. I think we could explore this GH action to make draft releases after each merge to prod. It looks very complete and is actively maintained.
Thanks @kwentine I will merge now even if we have some non-blocking comments/ideas still going so I can finish off work on the rename of the repo. :)
Hey :)
We have 5 workflows, 2 of which build images and the other 3 are more testing related.
For the 3 testing related I have set it up so that both a PR or push to main or prod triggers them to run.
For the 2 that build images I have now set it up so that:
I think this matches up with our plan. I've been testing out these settings using a personal repository and there it seems to be working nicely at least.
Related to this is of course the configuration of the branch settings, you can see those I have setup here: https://github.com/ScilifelabDataCentre/swedgene/settings/branches
Cheers!