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 e429786696 - Show all commits
+2 -2
View File
@@ -2,9 +2,9 @@ name: CI
on: on:
push: push:
branches: [main, dev] branches: [main, dev, uat]
pull_request: pull_request:
branches: [main, dev] branches: [main, dev, uat]
concurrency: concurrency:
group: ci-${{ github.ref }} group: ci-${{ github.ref }}