currently, we have a setup where the build (that can take a long time) is done and then on merge, it's done again to deploy to Github pages. Instead we need to:
build and test upon PR
save images as artifacts
at merge to master, trigger next step to retrieve files from artifacts
what I'm trying now is adding an "approval" step to the PR so that this would work akin to an approval to merge, but still testing this.
currently, we have a setup where the build (that can take a long time) is done and then on merge, it's done again to deploy to Github pages. Instead we need to:
what I'm trying now is adding an "approval" step to the PR so that this would work akin to an approval to merge, but still testing this.