ci-cd-pipelines

Installation
SKILL.md

CI/CD Pipelines

GitHub Actions Workflow

name: CI
on:
  push:
    branches: [main]
  pull_request:
    branches: [main]

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true
Installs
1
GitHub Stars
2
First Seen
Jul 15, 2026
ci-cd-pipelines — lua2147/claude-toolkit-catalog