skills/smithery.ai/ci-cd-pipeline

ci-cd-pipeline

SKILL.md

🚀 CI/CD Pipeline Skill

GitHub Actions Workflows

Basic CI Workflow

# .github/workflows/ci.yml
name: CI
on:
  push:
    branches: [main, develop]
  pull_request:
    branches: [main]
Installs
4
First Seen
Mar 21, 2026