From 5d404ce0a8d91fbcdcf2c0043c88ee03834fefe6 Mon Sep 17 00:00:00 2001 From: Barcode Betty Date: Thu, 21 May 2026 14:17:20 +0000 Subject: [PATCH] fix(ci): add uat branch to workflow triggers Co-Authored-By: Paperclip --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fc54c6..1843013 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main, dev] + branches: [main, dev, uat] pull_request: - branches: [main, dev] + branches: [main, dev, uat] concurrency: group: ci-${{ github.ref }}