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>
This commit is contained in:
2026-05-11 21:39:11 +00:00
committed by Countess von Containerheim [agent]
parent aff63c4541
commit 748d837a81
2 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [main]
branches: [main, dev, uat]
pull_request:
branches: [main]
branches: [main, dev, uat]
workflow_dispatch:
workflow_call: