Files
headlamp-argocd-plugin/.github/workflows/ci.yaml
T
Chris Farhood 45c19594aa ci: add dev branch to pull_request trigger
Same fix as headlamp-kube-vip-plugin#45 — PRs targeting dev branch
were not triggering CI because the pull_request branch filter only
listed main. This ensures CI also runs on PRs targeting dev.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-04 18:52:53 +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