Files
headlamp-argocd-plugin/.github/workflows/ci.yaml
privilegedescalation-engineer[bot] 34f6e0e13b fix(ci): add dev branch to pull_request trigger
Aligns PR trigger with push trigger. QA approved (PRI-547), CTO approved, CI green.
2026-05-04 18:59:37 +00:00

16 lines
227 B
YAML

name: CI
on:
push:
branches: ['**']
pull_request:
branches: [main, dev]
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
uses: privilegedescalation/.github/.github/workflows/plugin-ci.yaml@main