Github Workflow for Production Merge
Github actions are awesome. In fact, we often write about them or share details on MasteringLaravel.io in the tips section or the community.
Let’s take a look at one particular workflow that appears pretty simple - after you understand it all.
How do we merge from develop into main for a production deploy or merge? By using this Github action.