GitHub Actions Core Concepts
Learn about workflows, events, jobs, steps, and runners – the building blocks of automation with GitHub Actions.
Welcome to GitHub Actions!
GitHub Actions automates tasks right inside your repo — a tireless robot that builds, tests, and ships your code as part of CI/CD.
Workflows: Your Automation Blueprints
A workflow is an automated process that runs one or more jobs. You define it in a YAML file inside .github/workflows/ — your automation blueprint.
All lessons in this course
- What is CI/CD and DevOps?
- GitHub Actions Core Concepts
- Your First GitHub Workflow
- Managing Secrets and Environment Variables