chore: update GitHub Actions workflow branch for OpenAPI documentation sync

- Changed the branch trigger for the OpenAPI documentation sync workflow from 'canary' to 'feat/sync-open-api-website-docs' to align with the new feature branch naming convention.
This commit is contained in:
Mauricio Siu
2025-11-30 00:31:07 -06:00
parent aab982b431
commit 67643fe088

View File

@@ -4,7 +4,7 @@ on:
# Se ejecuta cuando hay cambios en los routers de la API
push:
branches:
- canary
- feat/sync-open-api-website-docs
paths:
- 'apps/dokploy/server/api/routers/**'
- 'packages/server/src/services/**'