ci: trigger cicd start on all branch pushes
CICD Start / Sanity and Base Decision (push) Successful in 21s

This commit is contained in:
copilotcoder
2026-07-01 17:44:37 -04:00
parent 83df833ae7
commit 2e238033fb
+1 -1
View File
@@ -2,7 +2,7 @@ name: CICD Start
on: on:
push: push:
branches: [ main, develop ] branches: [ '**' ]
pull_request: pull_request:
branches: [ main, develop ] branches: [ main, develop ]
workflow_dispatch: workflow_dispatch: