Production Merge in GitHub Actions
You’re using Pull Requests in GitHub and everything is working great! Nice workflow! But now you have a problem: deploying from develop
to main
via a … what? A PR? A merge commit if you bring the two branches down to your local machine? What else? What about a GitHub action that you can use to do this? Here’s a simple proof of concept with explanation - you may still need to alter this for your workflow.