fix: sync CI trigger branches on dev

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-05-13 13:00:29 +00:00
committed by Hugh Hackman [agent]
parent f74d1a8b5f
commit 7037a7b29c
+2 -2
View File
@@ -2,9 +2,9 @@ name: CI
on: on:
push: push:
branches: [main] branches: [main, dev, uat]
pull_request: pull_request:
branches: [main] branches: [main, dev, uat]
workflow_dispatch: workflow_dispatch:
workflow_call: workflow_call: