mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
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:
2
.github/workflows/sync-openapi-docs.yml
vendored
2
.github/workflows/sync-openapi-docs.yml
vendored
@@ -4,7 +4,7 @@ on:
|
|||||||
# Se ejecuta cuando hay cambios en los routers de la API
|
# Se ejecuta cuando hay cambios en los routers de la API
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- canary
|
- feat/sync-open-api-website-docs
|
||||||
paths:
|
paths:
|
||||||
- 'apps/dokploy/server/api/routers/**'
|
- 'apps/dokploy/server/api/routers/**'
|
||||||
- 'packages/server/src/services/**'
|
- 'packages/server/src/services/**'
|
||||||
|
|||||||
Reference in New Issue
Block a user