promote: dev → uat (CI trigger fix) #10

Merged
Savannah Savings merged 2 commits from dev into uat 2026-05-21 14:39:13 +00:00
Member

Promote dev → uat

Includes fix(ci): add uat branch to CI workflow triggers (PR #9).

This enables CI to trigger on uat pushes, which was the regression identified in CAR-924.

cc @cpfarhood

## Promote dev → uat Includes fix(ci): add `uat` branch to CI workflow triggers (PR #9). This enables CI to trigger on uat pushes, which was the regression identified in CAR-924. cc @cpfarhood
Savannah Savings added 2 commits 2026-05-21 14:39:08 +00:00
fix(ci): add uat branch to workflow triggers
CI / test (pull_request) Failing after 0s
CI / lint (pull_request) Failing after 4s
CI / build-and-push (pull_request) Has been skipped
CI / deploy-dev (pull_request) Has been skipped
CI / deploy-uat (pull_request) Has been skipped
CI / typecheck (pull_request) Failing after 17s
e429786696
The on.push and on.pull_request triggers only listed [main, dev].
The deploy-uat job condition checks for refs/heads/uat but the
workflow never fires on uat pushes. Add uat to both trigger lists.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Merge pull request 'fix(ci): add uat branch to workflow triggers' (#9) from savannah/fix-ci-uat-trigger into dev
CI / deploy-uat (push) Has been skipped
CI / test (pull_request) Failing after 0s
CI / deploy-uat (pull_request) Has been skipped
CI / deploy-dev (push) Failing after 37s
CI / lint (push) Failing after 3s
CI / lint (pull_request) Failing after 4s
CI / build-and-push (pull_request) Has been skipped
CI / deploy-dev (pull_request) Has been skipped
CI / test (push) Failing after 0s
CI / build-and-push (push) Has been skipped
CI / typecheck (push) Failing after 18s
CI / typecheck (pull_request) Failing after 17s
7fd8e90b9c
fix(ci): add uat branch to workflow triggers (#9)

Co-Authored-By: Paperclip <noreply@paperclip.ing>
Savannah Savings merged commit 228a83c355 into uat 2026-05-21 14:39:13 +00:00
Sign in to join this conversation.