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