Remove deploy-dev/deploy-uat CI jobs (CAR-1069) #37

Merged
Savannah Savings merged 14 commits from remove-deploy-dev-uat-jobs into dev 2026-05-27 01:56:53 +00:00
Showing only changes of commit 228a83c355 - Show all commits
+2 -2
View File
@@ -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 }}