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

@@ -2,10 +2,10 @@ name: Validate and Process Meta.json
on:
push:
branches: [main, master, develop]
branches: [canary]
paths: ["meta.json"]
pull_request:
branches: [main, master]
branches: [canary]
paths: ["meta.json"]
workflow_dispatch:

View File

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