Promote to Production: CAR-894 Gitea workflows migration #36

Merged
Savannah Savings merged 31 commits from uat into main 2026-05-24 18:51:44 +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 }}