You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
GitHub Actions is GitHub's built-in CI/CD platform. It allows you to automate workflows directly from your repository — building, testing, and deploying code in response to events like pushes, pull requests, and releases.
| Concept | Description |
|---|---|
| Workflow | A YAML file in .github/workflows/ that defines automation |
| Event | A trigger that starts a workflow (push, PR, schedule, manual) |
| Job | A set of steps that run on a single runner |
| Step | An individual task — either a shell command or an action |
| Action | A reusable unit of code (from Marketplace or custom) |
| Runner | The machine (VM) that executes a job |
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.