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]
Installs
20
GitHub Stars
4
First Seen
Jan 24, 2026
cicd-pipelines — pluginagentmarketplace/custom-plugin-data-engineer