GitHub7 min read
GitHub Actions CI/CD Basics
Learn the basics of GitHub Actions for CI/CD, including workflow syntax, jobs, steps, triggers, and building a simple pipeline that tests and deploys code au...
NoteQuest Editorial Team
Collaborate on GitHub with pull requests, Actions, Issues, and open-source workflows.
2 articles
Learn the basics of GitHub Actions for CI/CD, including workflow syntax, jobs, steps, triggers, and building a simple pipeline that tests and deploys code au...
A practical walkthrough of the GitHub pull request workflow, covering opening PRs, requesting reviews, resolving conversations, and merge strategies in depth.