GitHub Actions

CI/CD platform native to GitHub. Automates workflows on code push, pull requests, schedules, or manual triggers.

Common workflows:

Configured via .github/workflows/*.yml files in the repository. Integrates directly with Git and GitHub PRs for seamless CD.

Related: Git, CD, Docker, Testing, Linux