mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-25 09:05:21 +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:
|
||||
|
||||
|
||||
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
@@ -3,10 +3,10 @@ name: Validate Blueprints Structure and Meta
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- canary
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- canary
|
||||
|
||||
jobs:
|
||||
validate:
|
||||
|
||||
Reference in New Issue
Block a user