github-actions
Installation
SKILL.md
GitHub Actions CI/CD
Complete guide for building CI/CD pipelines with GitHub Actions.
Quick Reference
| File Location | Purpose |
|---|---|
.github/workflows/*.yml |
Workflow definitions |
workflow_dispatch |
Manual trigger |
push / pull_request |
Automatic triggers |
schedule |
Cron-based triggers |
1. Basic Workflow Structure
name: CI Pipeline