This issue suggests separating the CI workflow into build and deploy workflows. This change is proposed because both workflows have separate triggers. While the build workflow is triggered by pull request events and push events to the main branch, the deploy workflow should only be triggered by push events to the main branch.
This issue suggests separating the CI workflow into build and deploy workflows. This change is proposed because both workflows have separate triggers. While the build workflow is triggered by pull request events and push events to the
mainbranch, the deploy workflow should only be triggered by push events to themainbranch.