GitHub Actions Complete Guide
4 posts in this series
GitHub Actions Matrix Build: Multi-Version Parallel Testing in Practice
Hands-on tutorial for GitHub Actions Matrix builds, covering basic syntax, exclude/include filters, fail-fast strategy optimization, and max-parallel resource control. Includes a complete multi-version parallel testing pipeline template.
GitHub Actions Getting Started: YAML Workflow Basics and Trigger Configuration
A beginner's guide to GitHub Actions YAML workflows: detailed explanation of four core fields—name, on, jobs, steps—8 trigger configuration methods, with copy-paste ready YAML templates and troubleshooting checklist.
GitHub Actions Getting Started: YAML Workflow Basics and Trigger Configuration
A beginner's guide to GitHub Actions YAML workflows: detailed explanation of four core fields—name, on, jobs, steps—8 trigger configuration methods, with copy-paste ready YAML templates and troubleshooting checklist.
GitHub Actions Cache Strategy: Speed Up CI/CD Pipeline 5x
A practical guide to GitHub Actions cache strategy: complete configuration examples from npm to Docker, cache key design best practices, and performance optimization data. Master the caching mechanism to accelerate your CI/CD pipeline 5x and save build costs.