mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 16:35:27 +02:00
Update GitHub workflows to target 'canary' branch for meta validation
This commit is contained in:
4
.github/workflows/validate-meta.yml
vendored
4
.github/workflows/validate-meta.yml
vendored
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user