Files
headlamp-sealed-secrets-plugin/.github/workflows/ci.yaml
T
Chris Farhood 9ed4e5ac16 Update CI and approval workflows for three-branch SDLC
CI triggers on dev/uat/main. Promotion gate replaces dual-approval.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-11 21:39:11 +00:00

14 lines
228 B
YAML

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