fix(ci): add uat branch to workflow triggers #9
Reference in New Issue
Block a user
Delete Branch "savannah/fix-ci-uat-trigger"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add
uatto CI workflow trigger branches so CI fires on uat pushes/PRs.on.push.branches:[main, dev]→[main, dev, uat]on.pull_request.branches:[main, dev]→[main, dev, uat]Context: The
deploy-uatjob already has the correctifcondition forrefs/heads/uat, but the workflow never triggered on uat pushes becauseuatwas missing from the top-level triggers. This caused zero CI runs on theuatbranch after PR #7 mergeddev → uat.Fixes [CAR-924], supersedes Betty's earlier attempt on the wrong file path.
cc @cpfarhood