ci: trigger cicd start on all branch pushes
All checks were successful
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

View File

@@ -2,7 +2,7 @@ name: CICD Start
on:
push:
branches: [ main, develop ]
branches: [ '**' ]
pull_request:
branches: [ main, develop ]
workflow_dispatch: