ci-pipeline-patterns

Installation
SKILL.md

CI Pipeline Patterns

GitHub Actions Workflow Template

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

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true
Installs
9
GitHub Stars
507
First Seen
Apr 24, 2026
ci-pipeline-patterns — vibeeval/vibecosystem