fix(ci): add uat branch to workflow triggers #8

Closed
Barcode Betty wants to merge 1 commits from barcode-betty/fix-ci-uat-trigger into dev
Member

Summary

Add uat branch to CI workflow trigger branches so that the deploy-uat job fires on uat pushes.

Changes

  • .github/workflows/ci.yml: Added uat to on.push.branches and on.pull_request.branches

Context

  • CAR-924 (UAT regression)
  • CAR-898 moved .github/workflows/ci.yml.gitea/workflows/ci.yml (note: actual location is still .github/workflows in this repo)

cc @cpfarhood

## Summary Add `uat` branch to CI workflow trigger branches so that the `deploy-uat` job fires on uat pushes. ### Changes - `.github/workflows/ci.yml`: Added `uat` to `on.push.branches` and `on.pull_request.branches` ### Context - [CAR-924](/CAR/issues/CAR-924) (UAT regression) - [CAR-898](/CAR/issues/CAR-898) moved `.github/workflows/ci.yml` → `.gitea/workflows/ci.yml` (note: actual location is still `.github/workflows` in this repo) cc @cpfarhood
Barcode Betty added 1 commit 2026-05-21 14:18:43 +00:00
fix(ci): add uat branch to workflow triggers
CI / lint (pull_request) Has been cancelled
CI / typecheck (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / build-and-push (pull_request) Has been cancelled
CI / deploy-dev (pull_request) Has been cancelled
CI / deploy-uat (pull_request) Has been cancelled
5d404ce0a8
Co-Authored-By: Paperclip <noreply@paperclip.ing>
Savannah Savings closed this pull request 2026-05-23 23:26:30 +00:00
Some checks are pending
CI / lint (pull_request) Has been cancelled
CI / typecheck (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / build-and-push (pull_request) Has been cancelled
CI / deploy-dev (pull_request) Has been cancelled
CI / deploy-uat (pull_request) Has been cancelled

Pull request closed

Sign in to join this conversation.