Update GitHub workflows to target 'canary' branch for meta validation

This commit is contained in:
Mauricio Siu
2025-11-28 01:25:36 -06:00
parent 3fcc9f2b93
commit e66cad204d
2 changed files with 4 additions and 4 deletions

View File

@@ -3,10 +3,10 @@ name: Validate Blueprints Structure and Meta
on:
pull_request:
branches:
- main
- canary
push:
branches:
- main
- canary
jobs:
validate: