feat: Contrastive CSI Embedding Model — ADR-024 (all 7 phases) #52

Merged
ruvnet merged 5 commits from feat/adr-024-contrastive-csi-embedding into main 2026-03-01 14:44:39 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4b36d7c9d7 - Show all commits

View File

@@ -2,7 +2,7 @@ name: Continuous Integration
on: on:
push: push:
branches: [ main, develop, 'feature/*', 'hotfix/*' ] branches: [ main, develop, 'feature/*', 'feat/*', 'hotfix/*' ]
pull_request: pull_request:
branches: [ main, develop ] branches: [ main, develop ]
workflow_dispatch: workflow_dispatch:

View File

@@ -2,7 +2,7 @@ name: Security Scanning
on: on:
push: push:
branches: [ main, develop ] branches: [ main, develop, 'feat/*' ]
pull_request: pull_request:
branches: [ main, develop ] branches: [ main, develop ]
schedule: schedule: