Files
headlamp-kube-vip-plugin/.github/workflows/ci.yaml
T
privilegedescalation-engineer[bot] f6c86a79da ci: add dev branch to CI and dual-approval triggers
Merges CI trigger fix for dev branch. CI passes, QA approved (PRI-541), CTO approved. Closes PRI-526.
2026-05-04 18:30:14 +00:00

14 lines
218 B
YAML

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