cicd-pipelines
Installation
SKILL.md
CI/CD Pipelines
Production CI/CD with GitHub Actions, testing automation, and deployment strategies.
Quick Start
# .github/workflows/ci.yml
name: CI Pipeline
on:
push:
branches: [main, develop]
pull_request:
branches: [main]