Process Flow - GitHub Actions basics
Push code to GitHub
GitHub detects push event
Trigger GitHub Actions workflow
Run defined jobs and steps
Jobs execute commands (build, test, deploy)
Workflow completes with success or failure
Status shown on GitHub repository
This flow shows how pushing code to GitHub triggers a workflow that runs jobs and steps, then reports the result.